public class EhcacheConsumer extends org.apache.camel.impl.DefaultConsumer implements org.ehcache.event.CacheEventListener<Object,Object>
Constructor and Description |
---|
EhcacheConsumer(EhcacheEndpoint endpoint,
String cacheName,
EhcacheConfiguration configuration,
org.apache.camel.Processor processor) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onEvent(org.ehcache.event.CacheEvent<? extends Object,? extends Object> event) |
createUoW, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public EhcacheConsumer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration, org.apache.camel.Processor processor) throws Exception
Exception
Apache Camel