public static interface EtcdEndpointBuilderFactory.EtcdBuilders
| Modifier and Type | Method and Description |
|---|---|
default EtcdEndpointBuilderFactory.EtcdEndpointBuilder |
etcd(String path)
Etcd (camel-etcd)
The camel etcd component allows you to work with Etcd, a distributed
reliable key-value store.
|
default 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