13.3. Spring Boot Auto-Configuration

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

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

camel.component.atomix-map.atomix

共有 AtomixClient インスタンス。オプションは io.atomix.AtomixClient タイプです。

 

String

camel.component.atomix-map.configuration-uri

AtomixClient 設定へのパス

 

String

camel.component.atomix-map.configuration.default-action

これがデフォルト動作です。

 

AtomixMap$Action

camel.component.atomix-map.configuration.key

ヘッダーに何も設定されていない場合に使用するキー、または特定のキーのイベントをリッスンするキー。

 

Object

camel.component.atomix-map.configuration.result-header

結果を届けるヘッダー。

 

String

camel.component.atomix-map.configuration.ttl

リソース ttl。

 

Long

camel.component.atomix-map.enabled

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

 

Boolean

camel.component.atomix-map.nodes

AtomixClient が接続する必要のあるノード

 

List

camel.component.atomix-map.resolve-property-placeholders

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

true

Boolean