354.3. Spring Boot Auto-Configuration
组件支持 10 个选项,如下所示。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
camel.component.twitter-search.access-token | 访问令牌 | 字符串 | |
camel.component.twitter-search.access-token-secret | 访问令牌 secret | 字符串 | |
camel.component.twitter-search.consumer-key | 消费者密钥 | 字符串 | |
camel.component.twitter-search.consumer-secret | 使用者 secret | 字符串 | |
camel.component.twitter-search.enabled | 是否启用 twitter-search 组件的自动配置。默认启用。 | 布尔值 | |
camel.component.twitter-search.http-proxy-host | 可用于 camel-twitter 的 http 代理主机。 | 字符串 | |
camel.component.twitter-search.http-proxy-password | 可用于 camel-twitter 的 http 代理密码。 | 字符串 | |
camel.component.twitter-search.http-proxy-port | 可用于 camel-twitter 的 http 代理端口。 | 整数 | |
camel.component.twitter-search.http-proxy-user | 可用于 camel-twitter 的 http 代理用户。 | 字符串 | |
camel.component.twitter-search.resolve-property-placeholders | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |