public static interface AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder extends ComponentBuilder<org.apache.camel.component.atomix.client.queue.AtomixQueueComponent>
| Modifier and Type | Method and Description |
|---|---|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
atomix(io.atomix.AtomixClient atomix)
The shared AtomixClient instance.
|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
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 AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
configuration(org.apache.camel.component.atomix.client.queue.AtomixQueueConfiguration configuration)
The shared component configuration.
|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
configurationUri(String configurationUri)
The path to the AtomixClient configuration.
|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
nodes(List<io.atomix.catalyst.transport.Address> nodes)
The nodes the AtomixClient should connect to.
|
build, build, doSetProperty, registerdefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder atomix(io.atomix.AtomixClient atomix)
io.atomix.AtomixClient type.
Group: commondefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder configuration(org.apache.camel.component.atomix.client.queue.AtomixQueueConfiguration configuration)
org.apache.camel.component.atomix.client.queue.AtomixQueueConfiguration type.
Group: commondefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder configurationUri(String configurationUri)
java.lang.String type.
Group: commondefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder nodes(List<io.atomix.catalyst.transport.Address> nodes)
java.util.List
type.
Group: commondefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel