public class ZooKeeperProducer
extends org.apache.camel.support.DefaultProducer
ZooKeeperProducer attempts to set the content of nodes in the ZooKeeper cluster with the
payloads of the of the exchanges it receives.| Modifier and Type | Field and Description |
|---|---|
static String |
ZK_OPERATION_DELETE |
static String |
ZK_OPERATION_WRITE |
| Constructor and Description |
|---|
ZooKeeperProducer(ZooKeeperEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String ZK_OPERATION_WRITE
public static final String ZK_OPERATION_DELETE
public ZooKeeperProducer(ZooKeeperEndpoint endpoint)
Apache Camel