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 int
RedissonMapCache. 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 int
RMapCache. 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 interface
EntryCreatedListener<K,V>
interface
EntryExpiredListener<K,V>
interface
EntryRemovedListener<K,V>
interface
EntryUpdatedListener<K,V>
-