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