Uses of Interface
org.redisson.api.map.event.MapEntryListener
-
Packages that use MapEntryListener Package Description org.redisson org.redisson.api org.redisson.api.map.event -
-
Uses of MapEntryListener in org.redisson
Methods in org.redisson with parameters of type MapEntryListener Modifier and Type Method Description intRedissonMapCache. addListener(MapEntryListener listener) -
Uses of MapEntryListener in org.redisson.api
Methods in org.redisson.api with parameters of type MapEntryListener Modifier and Type Method Description intRMapCache. addListener(MapEntryListener listener)Adds map entry listener -
Uses of MapEntryListener in org.redisson.api.map.event
Subinterfaces of MapEntryListener in org.redisson.api.map.event Modifier and Type Interface Description interfaceEntryCreatedListener<K,V>interfaceEntryExpiredListener<K,V>interfaceEntryRemovedListener<K,V>interfaceEntryUpdatedListener<K,V>
-