public class ZooKeeperProducer
extends org.apache.camel.impl.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, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public static final String ZK_OPERATION_WRITE
public static final String ZK_OPERATION_DELETE
public ZooKeeperProducer(ZooKeeperEndpoint endpoint)
Apache Camel