356.6. Spring Boot Auto-Configuration

コンポーネントは、以下に示す 10 個のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.twitter.access-token

アクセストークン

 

String

camel.component.twitter.access-token-secret

アクセストークンのシークレット

 

String

camel.component.twitter.consumer-key

コンシューマーキー

 

String

camel.component.twitter.consumer-secret

コンシューマーシークレット

 

String

camel.component.twitter.enabled

twitter コンポーネントを有効にする

true

Boolean

camel.component.twitter.http-proxy-host

camel-twitter に使用できる http プロキシーホスト。

 

String

camel.component.twitter.http-proxy-password

camel-twitter に使用できる http プロキシーパスワード。

 

String

camel.component.twitter.http-proxy-port

camel-twitter に使用できる http プロキシーポート。

 

Integer

camel.component.twitter.http-proxy-user

camel-twitter に使用できる http プロキシーユーザー。

 

String

camel.component.twitter.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean