191.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.kestrel.configuration.addresses

kestrel이 실행 중인 주소

 

string[]

camel.component.kestrel.configuration.concurrent-consumers

스레드 풀에 예약할 동시 리스너 수

1

정수

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

주어진 대기 시간(서버 측)이 밀리초 단위입니다.

100

정수

camel.component.kestrel.enabled

kestrel 구성 요소 활성화

true

부울

camel.component.kestrel.resolve-property-placeholders

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

true

부울