public class EhcacheProducer
extends org.apache.camel.impl.HeaderSelectorProducer
| Constructor and Description |
|---|
EhcacheProducer(EhcacheEndpoint endpoint,
String cacheName,
EhcacheConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClear(org.apache.camel.Message message) |
void |
onGet(org.apache.camel.Message message) |
void |
onGetAll(org.apache.camel.Message message) |
void |
onPut(org.apache.camel.Message message) |
void |
onPutAll(org.apache.camel.Message message) |
void |
onPutIfAbsent(org.apache.camel.Message message) |
void |
onRemove(org.apache.camel.Message message) |
void |
onRemoveAll(org.apache.camel.Message message) |
void |
onReplace(org.apache.camel.Message message) |
bind, doStart, getProcessor, onMissingProcessorcreateExchange, createExchange, createExchange, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic EhcacheProducer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration) throws Exception
ExceptionApache Camel