Uses of Enum Class
org.infinispan.api.common.events.cache.CacheEntryEventType
Packages that use CacheEntryEventType
Package
Description
-
Uses of CacheEntryEventType in org.infinispan.api.async
Methods in org.infinispan.api.async with parameters of type CacheEntryEventTypeModifier 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 CacheEntryEventType in org.infinispan.api.common.events.cache
Subclasses with type arguments of type CacheEntryEventType in org.infinispan.api.common.events.cacheMethods in org.infinispan.api.common.events.cache that return CacheEntryEventTypeModifier and TypeMethodDescriptionCacheEntryEvent.type()static CacheEntryEventTypeReturns the enum constant of this class with the specified name.static CacheEntryEventType[]CacheEntryEventType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheEntryEventType in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny with parameters of type CacheEntryEventTypeModifier 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