Uses of Class
io.smallrye.mutiny.groups.MultiFlatten
Packages that use MultiFlatten
-
Uses of MultiFlatten in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiFlattenModifier and TypeMethodDescriptionMultiFlatten.collectFailures()Instructs the flatMap operation to consume all the streams returned by the mapper before propagating a failure if any of the stream has produced a failure.<O> MultiFlatten<T, O> MultiOnItem.transformToMulti(Function<? super T, ? extends Flow.Publisher<? extends O>> mapper) On each item received from upstream, invoke the given mapper.<O> MultiFlatten<T, O> MultiOnItem.transformToUni(Function<? super T, Uni<? extends O>> mapper) On each item received from upstream, invoke the given mapper.MultiFlatten.withRequests(int requests) Configures the number the items requested to the streams produced by the mapper.