Uses of Class
io.smallrye.mutiny.groups.MultiResource
Packages that use MultiResource
-
Uses of MultiResource in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiResourceModifier and TypeMethodDescription<R,I> MultiResource <R, I> MultiCreate.resource(Supplier<? extends R> resourceSupplier, Function<? super R, ? extends Flow.Publisher<I>> streamSupplier) Creates aMultifrom a resource, generated by a supplier function called for each individualFlow.Subscriber, while streaming the items from aPublisher/Multicreated from the resource.