363.3. Spring Boot Auto-Configuration
구성 요소는 아래 나열된 8 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본값 | 유형 |
|---|---|---|---|
| camel.component.vertx.enabled | vertx 구성 요소 활성화 | true | 부울 |
| camel.component.vertx.host | 포함된 클러스터형 EventBus 생성을 위한 호스트 이름 | 문자열 | |
| camel.component.vertx.port | 포함된 클러스터형 EventBus 생성을 위한 포트 | 정수 | |
| camel.component.vertx.resolve-property-placeholders | 구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |
| camel.component.vertx.timeout | 클러스터형 Vertx EventBus가 준비될 때까지 대기하는 시간(초)입니다. 기본값은 60입니다. | 60 | 정수 |
| camel.component.vertx.vertx | 새로 포함된 EventBus를 생성하는 대신 지정된 정점 EventBus를 사용합니다. 옵션은 io.vertx.core.Vertx 유형입니다. | 문자열 | |
| camel.component.vertx.vertx-factory | 사용자 지정 VertxFactory 구현을 사용하려면 다음을 수행합니다. 옵션은 io.vertx.core.spi.VertxFactory 유형입니다. | 문자열 | |
| camel.component.vertx.vertx-options | vertx를 만드는 데 사용할 옵션. 옵션은 io.vertx.core.VertxOptions 유형입니다. | 문자열 |
Camel 2.12.3: 정점 엔드 포인트로 전송할 때 포인트 대신 게시/서브스크립션을 사용할지 여부입니다.
You can append query options to the URI in the following format, ?option=value&option=value&...