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