public static interface VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder extends VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuilder, VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
basic() |
default VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault VertxEndpointBuilderFactory.VertxEndpointBuilder basic()
basic in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuilderbasic in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilderdefault VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder synchronous(boolean synchronous)
synchronous in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuildersynchronous in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuildersynchronous - the value to setdefault VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder synchronous(String synchronous)
synchronous in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuildersynchronous in interface VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuildersynchronous - the value to setApache Camel