org.apache.camel.component.kestrel
Class KestrelProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.kestrel.KestrelProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service, ShutdownableService
public class KestrelProducer
- extends DefaultProducer
Camel producer for communication with a kestrel based queue.
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
KestrelProducer
public KestrelProducer(KestrelEndpoint endpoint,
net.spy.memcached.MemcachedClient memcachedClient)
process
public void process(Exchange exchange)
throws Exception
- Throws:
Exception
Apache CAMEL