K - the entry key typeV - the entry value typeprotected final class AbstractHazelcastMessageProducer.HazelcastEntryListener<K,V> extends AbstractHazelcastMessageProducer.AbstractHazelcastEventListener<com.hazelcast.map.AbstractIMapEvent> implements com.hazelcast.core.EntryListener<K,V>
AbstractHazelcastMessageProducer.AbstractHazelcastEventListener implementation for the AbstractIMapEvents.| Modifier | Constructor and Description |
|---|---|
protected |
HazelcastEntryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryEvicted(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryExpired(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryRemoved(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryUpdated(com.hazelcast.core.EntryEvent<K,V> event) |
void |
mapCleared(com.hazelcast.map.MapEvent event) |
void |
mapEvicted(com.hazelcast.map.MapEvent event) |
protected void |
processEvent(com.hazelcast.map.AbstractIMapEvent event) |
protected org.springframework.messaging.Message<?> |
toMessage(com.hazelcast.map.AbstractIMapEvent event) |
sendMessagepublic void mapEvicted(com.hazelcast.map.MapEvent event)
mapEvicted in interface com.hazelcast.map.listener.MapEvictedListenerpublic void mapCleared(com.hazelcast.map.MapEvent event)
mapCleared in interface com.hazelcast.map.listener.MapClearedListenerprotected void processEvent(com.hazelcast.map.AbstractIMapEvent event)
processEvent in class AbstractHazelcastMessageProducer.AbstractHazelcastEventListener<com.hazelcast.map.AbstractIMapEvent>protected org.springframework.messaging.Message<?> toMessage(com.hazelcast.map.AbstractIMapEvent event)
toMessage in class AbstractHazelcastMessageProducer.AbstractHazelcastEventListener<com.hazelcast.map.AbstractIMapEvent>