default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.advanced() |
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.limitConcurrentConsumers(boolean limitConcurrentConsumers) |
Whether to limit the number of concurrentConsumers to the maximum of
500.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.limitConcurrentConsumers(String limitConcurrentConsumers) |
Whether to limit the number of concurrentConsumers to the maximum of
500.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.multipleConsumers(boolean multipleConsumers) |
Specifies whether multiple consumers are allowed.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.multipleConsumers(String multipleConsumers) |
Specifies whether multiple consumers are allowed.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.pollTimeout(int pollTimeout) |
The timeout (in milliseconds) used when polling.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.pollTimeout(String pollTimeout) |
The timeout (in milliseconds) used when polling.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.purgeWhenStopping(boolean purgeWhenStopping) |
Whether to purge the task queue when stopping the consumer/route.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.purgeWhenStopping(String purgeWhenStopping) |
Whether to purge the task queue when stopping the consumer/route.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.queue(String queue) |
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.queue(BlockingQueue queue) |
Define the queue instance which will be used by the endpoint.
|