public class CacheWritingMessageHandler extends AbstractMessageHandler
MessageHandler implementation that writes to a GemFire Region. The
Message's payload must be an instance of java.util.Map.loggerHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
CacheWritingMessageHandler(com.gemstone.gemfire.cache.Region region) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
Subclasses may implement this method to provide component type information.
|
void |
handleMessageInternal(Message<?> message) |
void |
setCacheEntries(Map<String,String> cacheEntries) |
getOrder, handleMessage, setOrder, setShouldTrackafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, onInit, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentNamepublic CacheWritingMessageHandler(com.gemstone.gemfire.cache.Region region)
public String getComponentType()
IntegrationObjectSupportgetComponentType in interface NamedComponentgetComponentType in class AbstractMessageHandlerpublic void handleMessageInternal(Message<?> message)
handleMessageInternal in class AbstractMessageHandler