public abstract class AbstractEtcdConsumer
extends org.apache.camel.impl.DefaultConsumer
Modifier | Constructor and Description |
---|---|
protected |
AbstractEtcdConsumer(AbstractEtcdEndpoint endpoint,
org.apache.camel.Processor processor,
EtcdConfiguration configuration,
EtcdNamespace namespace,
String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStop() |
protected mousio.etcd4j.EtcdClient |
getClient() |
EtcdConfiguration |
getConfiguration() |
EtcdNamespace |
getNamespace() |
String |
getPath() |
createUoW, doneUoW, doStart, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected AbstractEtcdConsumer(AbstractEtcdEndpoint endpoint, org.apache.camel.Processor processor, EtcdConfiguration configuration, EtcdNamespace namespace, String path)
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultConsumer
Exception
public EtcdConfiguration getConfiguration()
public EtcdNamespace getNamespace()
public String getPath()
Apache Camel