357.3. Spring Boot 자동 구성

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

이름설명Default유형

camel.component.undertow.enabled

undertow 구성 요소 활성화

true

부울

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

host의 버퍼 크기입니다.

 

정수

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

host에서 직접 버퍼를 사용해야 하는 경우 설정합니다.

 

부울

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

host가 http2 프로토콜을 사용해야 하는 경우 설정합니다.

 

부울

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

host에서 사용할 io 스레드 수입니다.

 

정수

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

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

 

정수

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

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

 

문자열

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

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

false

부울