Class EntryEvent<K,V>

java.lang.Object
org.redisson.api.map.event.EntryEvent<K,V>
Type Parameters:
K - key type
V - value type

public class EntryEvent<K,V> extends Object
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • getSource

      public RMapCache<K,V> getSource()
    • getType

      public EntryEvent.Type getType()
    • getKey

      public K getKey()
    • getOldValue

      public V getOldValue()
    • getValue

      public V getValue()