public abstract class AbstractEtcdProducer
extends org.apache.camel.impl.DefaultProducer
Modifier | Constructor and Description |
---|---|
protected |
AbstractEtcdProducer(org.apache.camel.Endpoint endpoint,
EtcdConfiguration configuration,
EtcdNamespace namespace,
String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStop() |
protected mousio.etcd4j.EtcdClient |
getClient() |
protected EtcdConfiguration |
getConfiguration() |
protected EtcdNamespace |
getNamespace() |
protected String |
getPath() |
createExchange, createExchange, createExchange, doStart, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected AbstractEtcdProducer(org.apache.camel.Endpoint endpoint, EtcdConfiguration configuration, EtcdNamespace namespace, String path)
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
protected EtcdConfiguration getConfiguration()
protected EtcdNamespace getNamespace()
protected String getPath()
Apache Camel