@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface EtcdEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EtcdEndpointBuilderFactory.AdvancedEtcdEndpointBuilder
Advanced builder for endpoint for the Etcd component.
|
static interface |
EtcdEndpointBuilderFactory.AdvancedEtcdEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Etcd component.
|
static interface |
EtcdEndpointBuilderFactory.AdvancedEtcdEndpointProducerBuilder
Advanced builder for endpoint producers for the Etcd component.
|
static interface |
EtcdEndpointBuilderFactory.EtcdBuilders |
static interface |
EtcdEndpointBuilderFactory.EtcdEndpointBuilder
Builder for endpoint for the Etcd component.
|
static interface |
EtcdEndpointBuilderFactory.EtcdEndpointConsumerBuilder
Builder for endpoint consumers for the Etcd component.
|
static interface |
EtcdEndpointBuilderFactory.EtcdEndpointProducerBuilder
Builder for endpoint producers for the Etcd component.
|
| Modifier and Type | Method and Description |
|---|---|
static EtcdEndpointBuilderFactory.EtcdEndpointBuilder |
etcd(String path)
Etcd (camel-etcd)
The camel etcd component allows you to work with Etcd, a distributed
reliable key-value store.
|
static EtcdEndpointBuilderFactory.EtcdEndpointBuilder etcd(String path)
etcd:namespace/path
Path parameter: namespace (required)
The API namespace to use
The value can be one of: keys, stats, watch
Path parameter: path
The path the endpoint refers toApache Camel