345.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.thrift.enabled

thrift 구성 요소의 자동 구성을 활성화할지 여부입니다. 이는 기본적으로 활성화되어 있습니다.

 

부울

camel.component.thrift.resolve-property-placeholders

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

true

부울

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

thrift 구성 요소가 글로벌 SSL 컨텍스트 매개 변수를 사용하고 있는지 확인

false

부울

camel.dataformat.thrift.content-type-format

Java에서 thrift 메시지를 직렬화/구축할 콘텐츠 유형 형식을 정의합니다. 형식은 네이티브 바이너리 스래프트, json 또는 simple json 필드 표현의 경우 네이티브 또는 json일 수 있습니다. 기본값은 binary입니다.

Binary

문자열

camel.dataformat.thrift.content-type-header

데이터 형식이 데이터 형식에서 수행할 수 있는 경우 데이터 형식의 유형으로 Content-Type 헤더를 설정해야 하는지 여부입니다. 예를 들어 데이터 형식을 XML로 마샬링하거나, JSon으로 마샬링되는 데이터 형식에 대한 application/json 등이 있습니다.

false

부울

camel.dataformat.thrift.enabled

thrift 데이터 형식의 자동 구성을 활성화할지 여부입니다. 이는 기본적으로 활성화되어 있습니다.

 

부울

camel.dataformat.thrift.instance-class

armshalling할 때 사용할 클래스의 이름

 

문자열