Class EntryEventMessagePayload<K,V> 
java.lang.Object
org.springframework.integration.hazelcast.message.EntryEventMessagePayload<K,V> 
- Type Parameters:
- K- the entry key type
- V- the entry value type
Hazelcast Message Payload for Entry Events.
- Since:
- 6.0
- Author:
- Eren Avsarogullari, Artem Bilan
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
keyThe entry key.
- 
valueThe entry value.
- 
oldValueThe entry old value if any.
 
- 
- 
Constructor Details- 
EntryEventMessagePayload
 
- 
- 
Method Details