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

@Deprecated(forRemoval=true, since="6.5") public class EntryEventMessagePayload<K,V> extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    final 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

    Constructors
    Constructor
    Description
    EntryEventMessagePayload(K key, V value, V oldValue)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • key

      public final K key
      Deprecated, for removal: This API element is subject to removal in a future version.
      The entry key.
    • value

      public final V value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The entry value.
    • oldValue

      public final V oldValue
      Deprecated, for removal: This API element is subject to removal in a future version.
      The entry old value if any.
  • Constructor Details

    • EntryEventMessagePayload

      public EntryEventMessagePayload(K key, V value, V oldValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object