Uses of Class
io.smallrye.mutiny.helpers.BlockingIterable
-
Packages that use BlockingIterable Package Description io.smallrye.mutiny.groups -
-
Uses of BlockingIterable in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return BlockingIterable Modifier and Type Method Description BlockingIterable<T>MultiSubscribe. asIterable()BlockingIterable<T>MultiSubscribe. asIterable(int batchSize, java.util.function.Supplier<java.util.Queue<T>> supplier)Consumes the upstreamMultias an iterable.BlockingIterable<T>MultiSubscribe. asIterable(java.util.function.Supplier<Context> contextSupplier)BlockingIterable<T>MultiSubscribe. asIterable(java.util.function.Supplier<Context> contextSupplier, int batchSize, java.util.function.Supplier<java.util.Queue<T>> queueSupplier)Consumes the upstreamMultias an iterable.
-