Package org.redisson.api.map.event
Class EntryEvent<K,V>
java.lang.Object
org.redisson.api.map.event.EntryEvent<K,V>
- Type Parameters:
K
- key typeV
- value type
- Author:
- Nikita Koksharov
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionEntryEvent
(RMapCache<K, V> source, EntryEvent.Type type, K key, V value, V oldValue) -
Method Summary