@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface EtcdWatchEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder
Advanced builder for endpoint for the Etcd Watch component.
|
static interface |
EtcdWatchEndpointBuilderFactory.EtcdWatchBuilders |
static interface |
EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder
Builder for endpoint for the Etcd Watch component.
|
| Modifier and Type | Method and Description |
|---|---|
static EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
etcdWatch(String path)
Etcd Watch (camel-etcd)
The camel etcd component allows you to work with Etcd, a distributed
reliable key-value store.
|
static EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder etcdWatch(String path)
etcd-watch:path
Path parameter: path
The path the endpoint refers toApache Camel