157.2. Spring Boot Auto-Configuration

组件支持 5 个选项,它们如下所列。

名称描述默认类型

camel.component.ignite-events.configuration-resource

设置从中加载配置的资源。它可以是: URI、String (URI)或 InputStream。选项是一个 java.lang.Object 类型。

 

字符串

camel.component.ignite-events.enabled

启用 ignite-events 组件

true

布尔值

camel.component.ignite-events.ignite

设置 Ignite 实例。选项是一个 org.apache.ignite.Ignite 类型。

 

字符串

camel.component.ignite-events.ignite-configuration

允许用户设置程序化 IgniteConfiguration。选项是一个 org.apache.ignite.configuration.IgniteConfiguration 类型。

 

字符串

camel.component.ignite-events.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值