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.logger
HIGHEST_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, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, onInit, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
public CacheWritingMessageHandler(com.gemstone.gemfire.cache.Region region)
public String getComponentType()
IntegrationObjectSupport
getComponentType
in interface NamedComponent
getComponentType
in class AbstractMessageHandler
public void handleMessageInternal(Message<?> message)
handleMessageInternal
in class AbstractMessageHandler