public static interface SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder extends SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder, SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
basic() |
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
queue(String queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, limitConcurrentConsumers, limitConcurrentConsumers, multipleConsumers, multipleConsumers, pollTimeout, pollTimeout, purgeWhenStopping, purgeWhenStoppingdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault SedaEndpointBuilderFactory.SedaEndpointBuilder basic()
basic in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilderbasic in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder queue(BlockingQueue queue)
queue in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilderqueue in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderqueue - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder queue(String queue)
queue in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilderqueue in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderqueue - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder synchronous(boolean synchronous)
synchronous in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuildersynchronous in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuildersynchronous - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder synchronous(String synchronous)
synchronous in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuildersynchronous in interface SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuildersynchronous - the value to setApache Camel