54.2. Spring Boot Auto-Configuration

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

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

camel.component.braintree.configuration.access-token

マーチャントに代わってトランザクションを処理するために、マーチャントが別のマーチャントに付与するアクセストークン。環境、マーチャント ID、公開鍵、および秘密鍵フィールドの代わりに使用されます。

 

String

camel.component.braintree.configuration.api-name

実行する操作の種類

 

BraintreeApiName

camel.component.braintree.configuration.environment

環境 SANDBOX または PRODUCTION のいずれか

 

String

camel.component.braintree.configuration.http-log-level

http 呼び出しのロギングレベルを設定します。java.util.logging.Level を参照してください。

 

レベル

camel.component.braintree.configuration.http-log-name

http 呼び出しのログに使用するログカテゴリーを設定します。デフォルトは Braintree です。

 

String

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

http 呼び出しの読み取りタイムアウトを設定します。

 

Integer

camel.component.braintree.configuration.merchant-id

Braintree が提供するマーチャント ID。

 

String

camel.component.braintree.configuration.method-name

選択した操作に使用するサブ操作

 

String

camel.component.braintree.configuration.private-key

Braintree が提供する秘密鍵。

 

String

camel.component.braintree.configuration.proxy-host

プロキシーホスト

 

String

camel.component.braintree.configuration.proxy-port

プロキシーポート

 

Integer

camel.component.braintree.configuration.public-key

Braintree が提供する公開鍵。

 

String

camel.component.braintree.enabled

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

true

Boolean

camel.component.braintree.resolve-property-placeholders

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

true

Boolean