354.3. Spring Boot Auto-Configuration

组件支持 10 个选项,如下所示。

名称描述默认类型

camel.component.twitter-streaming.access-token

访问令牌

 

字符串

camel.component.twitter-streaming.access-token-secret

访问令牌 secret

 

字符串

camel.component.twitter-streaming.consumer-key

消费者密钥

 

字符串

camel.component.twitter-streaming.consumer-secret

使用者 secret

 

字符串

camel.component.twitter-streaming.enabled

是否启用 twitter-streaming 组件自动配置。默认启用。

 

布尔值

camel.component.twitter-streaming.http-proxy-host

可用于 camel-twitter 的 http 代理主机。

 

字符串

camel.component.twitter-streaming.http-proxy-password

可用于 camel-twitter 的 http 代理密码。

 

字符串

camel.component.twitter-streaming.http-proxy-port

可用于 camel-twitter 的 http 代理端口。

 

整数

camel.component.twitter-streaming.http-proxy-user

可用于 camel-twitter 的 http 代理用户。

 

字符串

camel.component.twitter-streaming.resolve-property-placeholders

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

true

布尔值