@UriEndpoint(scheme="etcd", title="etcd", syntax="etcd:namespace/path", consumerClass=AbstractEtcdConsumer.class, label="etcd") public abstract class AbstractEtcdEndpoint extends org.apache.camel.impl.DefaultEndpoint
Modifier | Constructor and Description |
---|---|
protected |
AbstractEtcdEndpoint(String uri,
EtcdComponent component,
EtcdConfiguration configuration,
EtcdNamespace namespace,
String path) |
Modifier and Type | Method and Description |
---|---|
mousio.etcd4j.EtcdClient |
createClient() |
EtcdConfiguration |
getConfiguration() |
EtcdNamespace |
getNamespace() |
String |
getPath() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected AbstractEtcdEndpoint(String uri, EtcdComponent component, EtcdConfiguration configuration, EtcdNamespace namespace, String path)
public boolean isSingleton()
public EtcdConfiguration getConfiguration()
public EtcdNamespace getNamespace()
public String getPath()
Apache Camel