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