191.3. Spring Boot Auto-Configuration

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

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

camel.component.kestrel.configuration.addresses

kestrel が実行されているアドレス

 

String[]

camel.component.kestrel.configuration.concurrent-consumers

スレッドプールに対してスケジュールする同時リスナーの数

1

Integer

camel.component.kestrel.configuration.wait-time-ms

指定された待機が (サーバー側で) ブロックする時間 (ミリ秒単位)

100

Integer

camel.component.kestrel.enabled

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

true

Boolean

camel.component.kestrel.resolve-property-placeholders

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

true

Boolean