default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.basic() |
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.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.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.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.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers) |
Number of concurrent threads processing exchanges.
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) |
Number of concurrent threads processing exchanges.
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.size(int size) |
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.size(String size) |
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|