public static interface SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
advanced() |
default 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 |
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 |
concurrentConsumers(int concurrentConsumers)
Number of concurrent threads processing exchanges.
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Number of concurrent threads processing exchanges.
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder advanced()
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder size(int size)
int type.
Default: 1000
Group: commondefault SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder size(String size)
int type.
Default: 1000
Group: commondefault SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
int type.
Default: 1
Group: consumerdefault SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
int type.
Default: 1
Group: consumerApache Camel