Uses of Interface
org.infinispan.api.mutiny.MutinyContainer
Packages that use MutinyContainer
-
Uses of MutinyContainer in org.infinispan.api
Methods in org.infinispan.api that return MutinyContainerModifier and TypeMethodDescriptionInfinispan.mutiny()Returns a mutiny version of the Infinispan API -
Uses of MutinyContainer in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny that return MutinyContainerModifier and TypeMethodDescriptionMutinyCache.container()Return the container of this cacheMutinyLock.container()Return the container of this containerMutinyMultimap.container()Return the container of this Multimap.MutinyStrongCounter.container()Return the container of this counterMutinyWeakCounter.container()Return the container of this counterMethod parameters in org.infinispan.api.mutiny with type arguments of type MutinyContainerModifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T> MutinyContainer.batch(Function<MutinyContainer, io.smallrye.mutiny.Uni<T>> function)