public class CacheListeningMessageProducer extends ExpressionMessageProducerSupport
EventType
enum for all options. A SpEL expression may be provided to generate a Message payload by
evaluating that expression against the EntryEvent instance as the root object. If no
payloadExpression is provided, the EntryEvent itself will be the payload.| Constructor and Description |
|---|
CacheListeningMessageProducer(com.gemstone.gemfire.cache.Region<?,?> region) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Takes no action by default.
|
protected void |
doStop()
Takes no action by default.
|
void |
setSupportedEventTypes(EventType... eventTypes) |
evaluatePayloadExpression, onInit, setIntegrationEvaluationContext, setPayloadExpressionsendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrackgetPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getComponentType, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentName, getComponentTypepublic CacheListeningMessageProducer(com.gemstone.gemfire.cache.Region<?,?> region)
public void setSupportedEventTypes(EventType... eventTypes)
protected void doStart()
MessageProducerSupportdoStart in class MessageProducerSupportprotected void doStop()
MessageProducerSupportdoStop in class MessageProducerSupport