128.2. 选项
Guava EventBus 组件支持以下列出的 3 个选项。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
eventBus (common) | 使用给定的 Guava EventBus 实例 | EventBus | |
listenerInterface (common) | 带有带有 Subscribe 注解的方法的接口。动态代理将通过接口创建,以便其注册为 EventBus 侦听器。在创建多事件监听器并正确处理 DeadEvent 时特别有用。这个选项不能与 eventClass 选项一同使用。 | class<?> | |
resolveProperty Placeholders (advanced) | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
Guava EventBus 端点使用 URI 语法配置:
guava-eventbus:eventBusRef
使用以下路径和查询参数:
128.2.1. 路径名(1 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
eventBusRef | 使用给定名称从 registry 中查找 Guava EventBus | 字符串 |