K - the entry key typeV - the entry value typepublic class EntryEventMessagePayload<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
K |
key
The entry key.
|
V |
oldValue
The entry old value if any.
|
V |
value
The entry value.
|
| Constructor and Description |
|---|
EntryEventMessagePayload(K key,
V value,
V oldValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |