13.3. Spring Boot Auto-Configuration
组件支持 9 个选项,它们如下所列。
Name | 描述 | 默认 | 类型 |
---|---|---|---|
camel.component.atomix-map.atomix | 共享 AtomixClient 实例。选项是一个 io.atomix.AtomixClient 类型。 | 字符串 | |
camel.component.atomix-map.configuration-uri | AtomixClient 配置的路径 | 字符串 | |
camel.component.atomix-map.configuration.default-action | 默认操作。 | AtomixMap$Action | |
camel.component.atomix-map.configuration.key | 如果标头中没有设置任何设置或者监听特定密钥的事件,要使用的密钥。 | 对象 | |
camel.component.atomix-map.configuration.result-header | wil 执行结果的标头。 | 字符串 | |
camel.component.atomix-map.configuration.ttl | 资源 ttl。 | Long | |
camel.component.atomix-map.enabled | 是否启用 atomix-map 组件的自动配置。这会被默认启用。 | 布尔值 | |
camel.component.atomix-map.nodes | AtomixClient 的节点应连接到 | list | |
camel.component.atomix-map.resolve-property-placeholders | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |