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.Atomix atomix)
The Atomix instance to use.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 |
defaultAction(org.apache.camel.component.atomix.client.map.AtomixMap.Action defaultAction)
The default action.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
defaultResourceConfig(Properties defaultResourceConfig)
The cluster wide default resource configuration.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
defaultResourceOptions(Properties defaultResourceOptions)
The local default resource options.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
ephemeral(boolean ephemeral)
Sets if the local member should join groups as PersistentMember or
not.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
key(Object key)
The key to use if none is set in the header or to listen for events
for a specific key.
|
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.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
readConsistency(io.atomix.resource.ReadConsistency readConsistency)
The read consistency level.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
resourceConfigs(Map<String,Properties> resourceConfigs)
Cluster wide resources configuration.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
resourceOptions(Map<String,Properties> resourceOptions)
Local resources configurations.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
resultHeader(String resultHeader)
The header that wil carry the result.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
transportClassName(String transportClassName)
The class name (fqn) of the Atomix transport.
|
default AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
ttl(long ttl)
The resource ttl.
|
build, build, doSetProperty, registerdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder atomix(io.atomix.Atomix atomix)
atomix - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder configuration(org.apache.camel.component.atomix.client.map.AtomixMapConfiguration configuration)
configuration - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder defaultAction(org.apache.camel.component.atomix.client.map.AtomixMap.Action defaultAction)
defaultAction - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder key(Object key)
key - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder nodes(List<io.atomix.catalyst.transport.Address> nodes)
nodes - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder resultHeader(String resultHeader)
resultHeader - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder transportClassName(String transportClassName)
transportClassName - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder ttl(long ttl)
ttl - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder defaultResourceConfig(Properties defaultResourceConfig)
defaultResourceConfig - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder defaultResourceOptions(Properties defaultResourceOptions)
defaultResourceOptions - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder ephemeral(boolean ephemeral)
ephemeral - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder readConsistency(io.atomix.resource.ReadConsistency readConsistency)
readConsistency - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder resourceConfigs(Map<String,Properties> resourceConfigs)
resourceConfigs - the value to setdefault AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder resourceOptions(Map<String,Properties> resourceOptions)
resourceOptions - the value to setApache Camel