96.3. Spring Boot Auto-Configuration

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

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

camel.component.etcd.configuration.from-index

監視するインデックス

0

Long

camel.component.etcd.configuration.password

基本認証に使用するパスワード。

 

String

camel.component.etcd.configuration.recursive

アクションを再帰的に適用すること。

false

Boolean

camel.component.etcd.configuration.send-empty-exchange-on-timeout

キーの監視がタイムアウトした場合に空のメッセージを送信します。

false

Boolean

camel.component.etcd.configuration.service-path

サービス検出のために探すパス

/services/

String

camel.component.etcd.configuration.ssl-context-parameters

SSLContextParameters を使用してセキュリティーを設定する場合。

 

SSLContextParameters

camel.component.etcd.configuration.time-to-live

キーの寿命をミリ秒単位で設定します。

 

Integer

camel.component.etcd.configuration.timeout

アクションが完了するまでにかかる最大時間を設定します。

 

Long

camel.component.etcd.configuration.uris

クライアントが接続する URI を設定します。

http://localhost:2379,http://localhost:4001

String

camel.component.etcd.configuration.user-name

基本認証に使用するユーザー名。

 

String

camel.component.etcd.enabled

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

true

Boolean

camel.component.etcd.password

基本認証に使用するパスワード。

 

String

camel.component.etcd.resolve-property-placeholders

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

true

Boolean

camel.component.etcd.ssl-context-parameters

SSLContextParameters を使用してセキュリティーを設定する場合。このオプションは org.apache.camel.util.jsse.SSLContextParameters タイプです。

 

String

camel.component.etcd.uris

クライアントが接続する URI を設定します。

 

String

camel.component.etcd.use-global-ssl-context-parameters

グローバル SSL コンテキストパラメーターの使用を有効にします。

false

Boolean

camel.component.etcd.user-name

基本認証に使用するユーザー名。

 

String