Uses of Interface
org.infinispan.api.mutiny.MutinyCacheEntryProcessor
Packages that use MutinyCacheEntryProcessor
-
Uses of MutinyCacheEntryProcessor in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny with parameters of type MutinyCacheEntryProcessorModifier and TypeMethodDescriptiondefault <T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> Process the specified entries using the supplied processor<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyCache.process(Set<K> keys, MutinyCacheEntryProcessor<K, V, T> processor, CacheOptions options) Process the specified entries using the supplied processordefault <T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(MutinyCacheEntryProcessor<K, V, T> processor) Processes entries matched by the query using aMutinyCacheEntryProcessor.<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(MutinyCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Processes entries matched by the query using aMutinyCacheEntryProcessor.