357.3. Spring Boot Auto-Configuration

구성 요소는 아래 나열된 10 가지 옵션을 지원합니다.

이름설명기본값유형

camel.component.undertow.enabled

undertow 구성 요소 활성화

true

부울

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

Undertow 호스트의 버퍼 크기입니다.

 

정수

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

Undertow 호스트에서 직접 버퍼를 사용할지 여부를 설정합니다.

 

부울

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

Undertow 호스트에서 http2 프로토콜을 사용해야 하는지 여부를 설정합니다.

 

부울

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

Undertow 호스트에서 사용할 io 스레드 수입니다.

 

정수

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

Undertow 호스트에서 사용할 작업자 스레드 수입니다.

 

정수

camel.component.undertow.resolve-property-placeholders

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울

camel.component.undertow.ssl-context-parameters

SSLContextParameters를 사용하여 보안을 구성하려면 다음을 수행합니다. 옵션은 org.apache.camel.util.jsse.SSLContextParameters 유형입니다.

 

문자열

camel.component.undertow.undertow-http-binding

사용자 지정 HttpBinding을 사용하여 Camel 메시지와 HttpClient 간의 매핑을 제어합니다. 옵션은 org.apache.camel.component.undertow.UndertowHttpBinding 유형입니다.

 

문자열

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

글로벌 SSL 컨텍스트 매개 변수의 사용을 활성화합니다.

false

부울