Uses of Interface
org.infinispan.api.common.events.cache.CacheEntryEvent
Packages that use CacheEntryEvent
Package
Description
-
Uses of CacheEntryEvent in org.infinispan.api.async
Methods in org.infinispan.api.async that return types with arguments of type CacheEntryEventModifier and TypeMethodDescriptiondefault Flow.Publisher<CacheEntryEvent<K, V>> AsyncCache.listen(CacheEntryEventType... types) Register a cache listener with defaultCacheListenerOptionsAsyncCache.listen(CacheListenerOptions options, CacheEntryEventType... types) Register a cache listener with the suppliedCacheListenerOptions -
Uses of CacheEntryEvent in org.infinispan.api.common.events.cache
Subinterfaces of CacheEntryEvent in org.infinispan.api.common.events.cache -
Uses of CacheEntryEvent in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny that return types with arguments of type CacheEntryEventModifier and TypeMethodDescriptiondefault io.smallrye.mutiny.Multi<CacheEntryEvent<K, V>> MutinyCache.listen(CacheEntryEventType... types) Listens to the eventsio.smallrye.mutiny.Multi<CacheEntryEvent<K, V>> MutinyCache.listen(CacheListenerOptions options, CacheEntryEventType... types) Listens to the events -
Uses of CacheEntryEvent in org.infinispan.api.sync.events.cache
Methods in org.infinispan.api.sync.events.cache with parameters of type CacheEntryEventModifier and TypeMethodDescriptionvoidSyncCacheEntryCreatedListener.onCreate(CacheEntryEvent<K, V> event) voidSyncCacheEntryExpiredListener.onExpired(CacheEntryEvent<K, V> event) default voidSyncCacheContinuousQueryListener.onJoin(CacheEntryEvent<K, V> event) default voidSyncCacheContinuousQueryListener.onLeave(CacheEntryEvent<K, V> event) voidSyncCacheEntryRemovedListener.onRemove(CacheEntryEvent<K, V> event) default voidSyncCacheContinuousQueryListener.onUpdate(CacheEntryEvent<K, V> event) voidSyncCacheEntryUpdatedListener.onUpdate(CacheEntryEvent<K, V> event)