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