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
Deprecated, for removal: This API element is subject to removal in a future version.
Hazelcast Message Payload for Entry Events.
- Since:
- 6.0
- Author:
- Eren Avsarogullari, Artem Bilan
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal K
Deprecated, for removal: This API element is subject to removal in a future version.The entry key.final V
Deprecated, for removal: This API element is subject to removal in a future version.The entry old value if any.final V
Deprecated, for removal: This API element is subject to removal in a future version.The entry value. -
Constructor Summary
ConstructorsConstructorDescriptionEntryEventMessagePayload
(K key, V value, V oldValue) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
key
Deprecated, for removal: This API element is subject to removal in a future version.The entry key. -
value
Deprecated, for removal: This API element is subject to removal in a future version.The entry value. -
oldValue
Deprecated, for removal: This API element is subject to removal in a future version.The entry old value if any.
-
-
Constructor Details
-
EntryEventMessagePayload
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.
-