192.3. Spring Boot Auto-Configuration
组件支持 5 个选项,如下所列。
Name | 描述 | 默认值 | 类型 |
---|---|---|---|
camel.component.kestrel.configuration.addresses | 运行 kestrel 的地址 | String[] | |
camel.component.kestrel.configuration.concurrent-consumers | 为线程池调度的并发监听程序数量 | 1 | 整数 |
camel.component.kestrel.configuration.wait-time-ms | 给定等待的等待时长(服务器侧),以毫秒为单位 | 100 | 整数 |
camel.component.kestrel.enabled | 启用 kestrel 组件 | true | 布尔值 |
camel.component.kestrel.resolve-property-placeholders | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |