272.3. Spring Boot Auto-Configuration

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

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

camel.component.reactive-streams.backpressure-strategy

イベントを遅いスサブスクライバーにプッシュするときに使用するバックプレッシャーストラテジー。

 

ReactiveStreams BackpressureStrategy

camel.component.reactive-streams.enabled

リアクティブストリームコンポーネントを有効にする

true

Boolean

camel.component.reactive-streams.internal-engine-configuration.thread-pool-max-size

リアクティブストリームの内部エンジンによって使用されるスレッドの最大数。

 

Integer

camel.component.reactive-streams.internal-engine-configuration.thread-pool-min-size

リアクティブストリームの内部エンジンが使用するスレッドの最小数。

 

Integer

camel.component.reactive-streams.internal-engine-configuration.thread-pool-name

リアクティブストリームの内部エンジンが使用するスレッドプールの名前。

 

String

camel.component.reactive-streams.resolve-property-placeholders

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

true

Boolean

camel.component.reactive-streams.service-type

使用する基礎となるリアクティブストリームの実装のタイプを設定します。実装はレジストリーから、または ServiceLoader を使用して検索されます。デフォルトの実装は DefaultCamelReactiveStreamsService です。

 

String