Package org.redisson.api.map.event
Interface EntryExpiredListener<K,V>
-
- Type Parameters:
K- key typeV- value type
- All Superinterfaces:
EventListener,MapEntryListener
public interface EntryExpiredListener<K,V> extends MapEntryListener
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonExpired(EntryEvent<K,V> event)
-
-
-
Method Detail
-
onExpired
void onExpired(EntryEvent<K,V> event)
-
-