Interface AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
-
- All Superinterfaces:
ComponentBuilder<org.apache.camel.component.atomix.client.value.AtomixValueComponent>
- All Known Implementing Classes:
AtomixValueComponentBuilderFactory.AtomixValueComponentBuilderImpl
- Enclosing interface:
- AtomixValueComponentBuilderFactory
public static interface AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder extends ComponentBuilder<org.apache.camel.component.atomix.client.value.AtomixValueComponent>
Builder for the Atomix Value component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
atomix(io.atomix.Atomix atomix)
The Atomix instance to use.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
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 AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
configuration(org.apache.camel.component.atomix.client.value.AtomixValueConfiguration configuration)
The shared component configuration.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
configurationUri(String configurationUri)
The path to the AtomixClient configuration.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
defaultAction(org.apache.camel.component.atomix.client.value.AtomixValue.Action defaultAction)
The default action.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
defaultResourceConfig(Properties defaultResourceConfig)
The cluster wide default resource configuration.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
defaultResourceOptions(Properties defaultResourceOptions)
The local default resource options.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
ephemeral(boolean ephemeral)
Sets if the local member should join groups as PersistentMember or not.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
nodes(List<io.atomix.catalyst.transport.Address> nodes)
The nodes the AtomixClient should connect to.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
readConsistency(io.atomix.resource.ReadConsistency readConsistency)
The read consistency level.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
resourceConfigs(Map<String,Properties> resourceConfigs)
Cluster wide resources configuration.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
resourceOptions(Map<String,Properties> resourceOptions)
Local resources configurations.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
resultHeader(String resultHeader)
The header that wil carry the result.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
transportClassName(String transportClassName)
The class name (fqn) of the Atomix transport.default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder
ttl(long ttl)
The resource ttl.-
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
-
-
-
Method Detail
-
atomix
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder atomix(io.atomix.Atomix atomix)
The Atomix instance to use. The option is a:io.atomix.Atomix
type. Group: common
-
configuration
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder configuration(org.apache.camel.component.atomix.client.value.AtomixValueConfiguration configuration)
The shared component configuration. The option is a:org.apache.camel.component.atomix.client.value.AtomixValueConfiguration
type. Group: common
-
configurationUri
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder configurationUri(String configurationUri)
The path to the AtomixClient configuration. The option is a:java.lang.String
type. Group: common
-
defaultAction
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder defaultAction(org.apache.camel.component.atomix.client.value.AtomixValue.Action defaultAction)
The default action. The option is a:org.apache.camel.component.atomix.client.value.AtomixValue.Action
type. Default: SET Group: common
-
nodes
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder nodes(List<io.atomix.catalyst.transport.Address> nodes)
The nodes the AtomixClient should connect to. The option is a:java.util.List
type. Group: common
-
resultHeader
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder resultHeader(String resultHeader)
The header that wil carry the result. The option is a:java.lang.String
type. Group: common
-
transportClassName
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder transportClassName(String transportClassName)
The class name (fqn) of the Atomix transport. The option is a:java.lang.String
type. Default: io.atomix.catalyst.transport.netty.NettyTransport Group: common
-
ttl
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder ttl(long ttl)
The resource ttl. The option is a:long
type. Group: common
-
bridgeErrorHandler
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:boolean
type. Default: false Group: consumer
-
lazyStartProducer
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a:boolean
type. Default: false Group: producer
-
autowiredEnabled
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc. The option is a:boolean
type. Default: true Group: advanced
-
defaultResourceConfig
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder defaultResourceConfig(Properties defaultResourceConfig)
The cluster wide default resource configuration. The option is a:java.util.Properties
type. Group: advanced
-
defaultResourceOptions
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder defaultResourceOptions(Properties defaultResourceOptions)
The local default resource options. The option is a:java.util.Properties
type. Group: advanced
-
ephemeral
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder ephemeral(boolean ephemeral)
Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. The option is a:boolean
type. Default: false Group: advanced
-
readConsistency
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder readConsistency(io.atomix.resource.ReadConsistency readConsistency)
The read consistency level. The option is a:io.atomix.resource.ReadConsistency
type. Group: advanced
-
resourceConfigs
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder resourceConfigs(Map<String,Properties> resourceConfigs)
Cluster wide resources configuration. The option is a:java.util.Map
type. Group: advanced
-
resourceOptions
default AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder resourceOptions(Map<String,Properties> resourceOptions)
Local resources configurations. The option is a:java.util.Map
type. Group: advanced
-
-