Uses of Class
org.infinispan.api.common.events.cache.CacheListenerOptions
Packages that use CacheListenerOptions
Package
Description
-
Uses of CacheListenerOptions in org.infinispan.api.async
Methods in org.infinispan.api.async with parameters of type CacheListenerOptionsModifier and TypeMethodDescriptionAsyncCache.listen(CacheListenerOptions options, CacheEntryEventType... types) Register a cache listener with the suppliedCacheListenerOptions -
Uses of CacheListenerOptions in org.infinispan.api.common.events.cache
Methods in org.infinispan.api.common.events.cache that return CacheListenerOptionsModifier and TypeMethodDescriptionCacheListenerOptions.clustered()CacheListenerOptions.clustered(boolean clustered) CacheListenerOptions.includeCurrentState()CacheListenerOptions.includeCurrentState(boolean includeCurrentState) CacheListenerOptions.observation(org.infinispan.api.common.events.cache.CacheListenerOptions.Observation observation) CacheListenerOptions.primaryOnly()CacheListenerOptions.primaryOnly(boolean primaryOnly) -
Uses of CacheListenerOptions in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny with parameters of type CacheListenerOptionsModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<CacheEntryEvent<K, V>> MutinyCache.listen(CacheListenerOptions options, CacheEntryEventType... types) Listens to the events