public static interface QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder extends QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuilder, QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
basic() |
default QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder |
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 QueueEndpointBuilderFactory.QueueEndpointBuilder basic()
basic in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuilderbasic in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilderdefault QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder synchronous(boolean synchronous)
synchronous in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuildersynchronous in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuildersynchronous - the value to setdefault QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder synchronous(String synchronous)
synchronous in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuildersynchronous in interface QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuildersynchronous - the value to setApache Camel