public static interface AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointConsumerBuilder |
advanced() |
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
atomix(Object atomix)
The Atomix instance to use.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
atomix(String atomix)
The Atomix instance to use.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
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 AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
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 AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
configurationUri(String configurationUri)
The Atomix configuration uri.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
defaultAction(AtomixQueueEndpointBuilderFactory.Action defaultAction)
The default action.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
defaultAction(String defaultAction)
The default action.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
nodes(List<Object> nodes)
The address of the nodes composing the cluster.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
nodes(String nodes)
The address of the nodes composing the cluster.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
resultHeader(String resultHeader)
The header that wil carry the result.
|
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder |
transportClassName(String transportClassName)
The class name (fqn) of the Atomix transport.
|
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointConsumerBuilder advanced()
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder atomix(Object atomix)
atomix - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder atomix(String atomix)
atomix - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder defaultAction(AtomixQueueEndpointBuilderFactory.Action defaultAction)
defaultAction - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder defaultAction(String defaultAction)
defaultAction - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder nodes(List<Object> nodes)
nodes - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder nodes(String nodes)
nodes - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder resultHeader(String resultHeader)
resultHeader - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder transportClassName(String transportClassName)
transportClassName - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setApache Camel