Interface AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
AtomixSetEndpointBuilderFactory.AtomixSetEndpointBuilder
- Enclosing interface:
- AtomixSetEndpointBuilderFactory
public static interface AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Atomix Set component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder
advanced()
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
atomix(Object atomix)
The Atomix instance to use.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
atomix(String atomix)
The Atomix instance to use.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
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 AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
bridgeErrorHandler(String 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 AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
configurationUri(String configurationUri)
The Atomix configuration uri.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
defaultAction(String defaultAction)
The default action.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
defaultAction(AtomixSetEndpointBuilderFactory.Action defaultAction)
The default action.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
nodes(String nodes)
The address of the nodes composing the cluster.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
nodes(List<Object> nodes)
The address of the nodes composing the cluster.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
resultHeader(String resultHeader)
The header that wil carry the result.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
transportClassName(String transportClassName)
The class name (fqn) of the Atomix transport.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
ttl(long ttl)
The resource ttl.default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder
ttl(String ttl)
The resource ttl.
-
-
-
Method Detail
-
advanced
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder advanced()
-
atomix
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder atomix(Object atomix)
The Atomix instance to use. The option is a:io.atomix.AtomixClient
type. Group: common
-
atomix
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder atomix(String atomix)
The Atomix instance to use. The option will be converted to aio.atomix.AtomixClient
type. Group: common
-
configurationUri
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder configurationUri(String configurationUri)
The Atomix configuration uri. The option is a:java.lang.String
type. Group: common
-
defaultAction
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder defaultAction(AtomixSetEndpointBuilderFactory.Action defaultAction)
The default action. The option is a:org.apache.camel.component.atomix.client.set.AtomixSet$Action
type. Default: ADD Group: common
-
defaultAction
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder defaultAction(String defaultAction)
The default action. The option will be converted to aorg.apache.camel.component.atomix.client.set.AtomixSet$Action
type. Default: ADD Group: common
-
nodes
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder nodes(List<Object> nodes)
The address of the nodes composing the cluster. The option is a:java.util.List<io.atomix.catalyst.transport.Address>
type. Group: common
-
nodes
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder nodes(String nodes)
The address of the nodes composing the cluster. The option will be converted to ajava.util.List<io.atomix.catalyst.transport.Address>
type. Group: common
-
resultHeader
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder resultHeader(String resultHeader)
The header that wil carry the result. The option is a:java.lang.String
type. Group: common
-
transportClassName
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder 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 AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder ttl(long ttl)
The resource ttl. The option is a:long
type. Group: common
-
ttl
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder ttl(String ttl)
The resource ttl. The option will be converted to along
type. Group: common
-
bridgeErrorHandler
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder 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
-
bridgeErrorHandler
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder bridgeErrorHandler(String 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 will be converted to aboolean
type. Default: false Group: consumer
-
-