public class CouchbaseProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
CouchbaseProducer(CouchbaseEndpoint endpoint,
com.couchbase.client.CouchbaseClientIF client,
int persistTo,
int replicateTo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStop() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStart, getEndpoint, isSingleton, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic CouchbaseProducer(CouchbaseEndpoint endpoint, com.couchbase.client.CouchbaseClientIF client, int persistTo, int replicateTo) throws Exception
ExceptionApache Camel