Uses of Interface
org.redisson.api.map.event.MapEntryListener
Packages that use MapEntryListener
Package
Description
-
Uses of MapEntryListener in org.redisson
Methods in org.redisson with parameters of type MapEntryListenerModifier and TypeMethodDescriptionintRedissonMapCache.addListener(MapEntryListener listener) RedissonMapCache.addListenerAsync(MapEntryListener listener) -
Uses of MapEntryListener in org.redisson.api
Methods in org.redisson.api with parameters of type MapEntryListenerModifier and TypeMethodDescriptionintRMapCache.addListener(MapEntryListener listener) Adds map entry listenerreactor.core.publisher.Mono<Integer> RMapCacheReactive.addListener(MapEntryListener listener) Adds map entry listenerio.reactivex.rxjava3.core.Single<Integer> RMapCacheRx.addListener(MapEntryListener listener) Adds map entry listenerRMapCacheAsync.addListenerAsync(MapEntryListener listener) Adds map entry listener -
Uses of MapEntryListener in org.redisson.api.map.event
Subinterfaces of MapEntryListener in org.redisson.api.map.eventModifier and TypeInterfaceDescriptioninterfaceEntryCreatedListener<K,V> interfaceEntryExpiredListener<K,V> interfaceEntryRemovedListener<K,V> interfaceEntryUpdatedListener<K,V> -
Uses of MapEntryListener in org.redisson.spring.cache
Methods in org.redisson.spring.cache that return types with arguments of type MapEntryListenerMethods in org.redisson.spring.cache with parameters of type MapEntryListenerModifier and TypeMethodDescriptionvoidCacheConfig.addListener(MapEntryListener listener) listener will invoke if one of the ttl,maxIdleTime,maxSize is set listener Is one of the following implementations: EntryCreatedListener EntryExpiredListener EntryRemovedListener EntryUpdatedListener