10.2. Spring Boot Auto-Configuration

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

名称描述默认类型

camel.component.atmos.enabled

启用 atmos 组件

true

布尔值

camel.component.atmos.full-token-id

传递给 Atmos 客户端的令牌 ID

 

字符串

camel.component.atmos.resolve-property-placeholders

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

true

布尔值

camel.component.atmos.secret-key

传递给 Atmos 客户端的 secret 密钥

 

字符串

camel.component.atmos.ssl-validation

Atmos 客户端是否应该执行 SSL 验证

false

布尔值

camel.component.atmos.uri

Atmos 客户端连接的服务器的 URI

 

字符串