Uses of Class
io.smallrye.mutiny.groups.MultiMerge
Packages that use MultiMerge
-
Uses of MultiMerge in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiMergeModifier and TypeMethodDescriptionMultiMerge.collectFailures()Indicates that the merge process should not propagate the first received failure, but collect them until all the items from all (non-failing) participants have been emitted.MultiCreateBy.merging()MultiMerge.withConcurrency(int concurrency) Indicates that the merge process can consume up toconcurrencystreams concurrently.MultiMerge.withRequests(int requests) Indicates that the merge process should consume the different streams using the givenrequest.