public static interface StubEndpointBuilderFactory.StubEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StubEndpointBuilderFactory.AdvancedStubEndpointConsumerBuilder |
advanced() |
default StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
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 StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
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 StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Number of concurrent threads processing exchanges.
|
default StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Number of concurrent threads processing exchanges.
|
default StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default StubEndpointBuilderFactory.StubEndpointConsumerBuilder |
size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default StubEndpointBuilderFactory.AdvancedStubEndpointConsumerBuilder advanced()
default StubEndpointBuilderFactory.StubEndpointConsumerBuilder size(int size)
size - the value to setdefault StubEndpointBuilderFactory.StubEndpointConsumerBuilder size(String size)
size - the value to setdefault StubEndpointBuilderFactory.StubEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault StubEndpointBuilderFactory.StubEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault StubEndpointBuilderFactory.StubEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault StubEndpointBuilderFactory.StubEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
concurrentConsumers - the value to setApache Camel