135.2. Spring Boot Auto-Configuration
组件支持 6 个选项,如下所列。
Name | 描述 | 默认值 | 类型 |
---|---|---|---|
camel.component.hazelcast-map.customizer.hazelcast-instance.enabled | 启用或禁用 cache-manager 自定义器。 | true | 布尔值 |
camel.component.hazelcast-map.customizer.hazelcast-instance.override | 配置缓存管理器最终是否应被自定义器覆盖在组件上。 | false | 布尔值 |
camel.component.hazelcast-map.enabled | 启用 hazelcast-map 组件 | true | 布尔值 |
camel.component.hazelcast-map.hazelcast-instance | hazelcast 实例引用,可用于 hazelcast 端点。如果您没有指定实例引用,则 camel 将使用 camel-hazelcast 实例中的默认 hazelcast 实例。选项是一个 com.hazelcast.core.HazelcastInstance 类型。 | 字符串 | |
camel.component.hazelcast-map.hazelcast-mode | hazelcast 模式引用应使用的实例类型。如果您没有指定模式,则节点模式将是默认模式。 | node | 字符串 |
camel.component.hazelcast-map.resolve-property-placeholders | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |