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, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic EhcacheConsumer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration, org.apache.camel.Processor processor) throws Exception
ExceptionApache Camel