99.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 29 のオプションをサポートします。

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

camel.component.facebook.configuration.client-u-r-l

Facebook4J API クライアント URL

 

String

camel.component.facebook.configuration.client-version

Facebook4J クライアント API バージョン

 

String

camel.component.facebook.configuration.debug-enabled

deubg 出力を有効にします。組み込みロガーでのみ有効

false

Boolean

camel.component.facebook.configuration.gzip-enabled

Facebook GZIP エンコーディングを使用する

true

Boolean

camel.component.facebook.configuration.http-connection-timeout

ミリ秒単位の Http 接続タイムアウト。

20000

Integer

camel.component.facebook.configuration.http-default-max-per-route

ルートあたりの HTTP 最大接続数

2

Integer

camel.component.facebook.configuration.http-max-total-connections

HTTP の最大合計接続数

20

Integer

camel.component.facebook.configuration.http-proxy-host

HTTP プロキシーサーバーのホスト名

 

String

camel.component.facebook.configuration.http-proxy-password

HTTP プロキシーサーバーのパスワード

 

String

camel.component.facebook.configuration.http-proxy-port

HTTP プロキシーサーバーポート

 

Integer

camel.component.facebook.configuration.http-proxy-user

HTTP プロキシーサーバーのユーザー名

 

String

camel.component.facebook.configuration.http-read-timeout

HTTP 読み取りタイムアウト (ミリ秒)

120000

Integer

camel.component.facebook.configuration.http-retry-count

HTTP 再試行回数

0

Integer

camel.component.facebook.configuration.http-retry-interval-seconds

HTTP 再試行間隔 (秒)

5

Integer

camel.component.facebook.configuration.http-streaming-read-timeout

HTTP ストリーミング読み取りタイムアウト (ミリ秒)

40000

Integer

camel.component.facebook.configuration.json-store-enabled

true に設定すると、raw JSON フォームが DataObjectFactory に格納されます

false

Boolean

camel.component.facebook.configuration.mbean-enabled

true に設定すると、Facebook4J mbean が登録されます

false

Boolean

camel.component.facebook.configuration.o-auth-access-token

ユーザーアクセストークン

 

String

camel.component.facebook.configuration.o-auth-access-token-u-r-l

OAuth アクセストークン URL

https://graph.facebook.com/oauth/access_token

String

camel.component.facebook.configuration.o-auth-app-id

アプリケーション ID

 

String

camel.component.facebook.configuration.o-auth-app-secret

アプリケーションシークレット

 

String

camel.component.facebook.configuration.o-auth-authorization-u-r-l

OAuth 認可 URL

https://www.facebook.com/dialog/oauth

String

camel.component.facebook.configuration.o-auth-permissions

デフォルトの OAuth 権限。コンマ区切りの権限名。詳細については、https://developers.facebook.com/docs/reference/login/#permissions を参照してください。

 

String

camel.component.facebook.configuration.pretty-debug-enabled

true に設定されている場合、JSON デバッグ出力を整形します

false

Boolean

camel.component.facebook.configuration.rest-base-u-r-l

API ベース URL

https://graph.facebook.com/

String

camel.component.facebook.configuration.use-s-s-l

SSL の使用

true

Boolean

camel.component.facebook.configuration.video-base-u-r-l

ビデオ API ベース URL

https://graph-video.facebook.com/

String

camel.component.facebook.enabled

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

true

Boolean

camel.component.facebook.resolve-property-placeholders

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

true

Boolean