@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface AtomixMapEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
AtomixMapEndpointBuilderFactory.Action
Proxy enum for
org.apache.camel.component.atomix.client.map.AtomixMap$Action enum. |
static interface |
AtomixMapEndpointBuilderFactory.AdvancedAtomixMapEndpointBuilder
Advanced builder for endpoint for the Atomix Map component.
|
static interface |
AtomixMapEndpointBuilderFactory.AdvancedAtomixMapEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Atomix Map component.
|
static interface |
AtomixMapEndpointBuilderFactory.AdvancedAtomixMapEndpointProducerBuilder
Advanced builder for endpoint producers for the Atomix Map component.
|
static interface |
AtomixMapEndpointBuilderFactory.AtomixMapBuilders |
static interface |
AtomixMapEndpointBuilderFactory.AtomixMapEndpointBuilder
Builder for endpoint for the Atomix Map component.
|
static interface |
AtomixMapEndpointBuilderFactory.AtomixMapEndpointConsumerBuilder
Builder for endpoint consumers for the Atomix Map component.
|
static interface |
AtomixMapEndpointBuilderFactory.AtomixMapEndpointProducerBuilder
Builder for endpoint producers for the Atomix Map component.
|
static class |
AtomixMapEndpointBuilderFactory.ReadConsistency
Proxy enum for
io.atomix.resource.ReadConsistency enum. |
| Modifier and Type | Method and Description |
|---|---|
static AtomixMapEndpointBuilderFactory.AtomixMapEndpointBuilder |
atomixMap(String path)
Atomix Map (camel-atomix)
The atomix-map component is used to access Atomix's distributed map.
|
static AtomixMapEndpointBuilderFactory.AtomixMapEndpointBuilder atomixMap(String path)
atomix-map:resourceName
Path parameter: resourceName (required)
The distributed resource nameApache Camel