357.3. Spring Boot Auto-Configuration

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

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

camel.component.undertow.enabled

undertow コンポーネントを有効にします。

true

Boolean

camel.component.undertow.host-options.buffer-size

Undertow ホストのバッファーサイズ。

 

Integer

camel.component.undertow.host-options.direct-buffers

Undertow ホストが直接バッファーを使用する必要がある場合に設定します。

 

Boolean

camel.component.undertow.host-options.http2-enabled

Undertow ホストが http2 プロトコルを使用する必要がある場合に設定します。

 

Boolean

camel.component.undertow.host-options.io-threads

Undertow ホストで使用する io スレッドの数。

 

Integer

camel.component.undertow.host-options.worker-threads

Undertow ホストで使用するワーカースレッドの数。

 

Integer

camel.component.undertow.resolve-property-placeholders

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

true

Boolean

camel.component.undertow.ssl-context-parameters

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

 

String

camel.component.undertow.undertow-http-binding

カスタム HttpBinding を使用して、Camel メッセージと HttpClient との間のマッピングを制御します。オプションは org.apache.camel.component.undertow.UndertowHttpBinding タイプです。

 

String

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

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

false

Boolean