343.3. Spring Boot Auto-Configuration

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

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

camel.component.twitter-search.access-token

アクセストークン

 

String

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

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

 

String

camel.component.twitter-search.consumer-key

コンシューマーキー

 

String

camel.component.twitter-search.consumer-secret

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

 

String

camel.component.twitter-search.enabled

twitter-search コンポーネントの自動設定を有効にするかどうか。これはデフォルトで有効になっています。

 

Boolean

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

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

 

String

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

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

 

String

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

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

 

Integer

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

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

 

String

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

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

true

Boolean