Uses of Class
io.smallrye.mutiny.groups.MultiMerge
-
Packages that use MultiMerge Package Description io.smallrye.mutiny.groups -
-
Uses of MultiMerge in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiMerge Modifier and Type Method Description MultiMergeMultiMerge. 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.MultiMergeMultiCreateBy. merging()MultiMergeMultiMerge. withConcurrency(int concurrency)Indicates that the merge process can consume up toconcurrencystreams concurrently.MultiMergeMultiMerge. withRequests(int requests)Indicates that the merge process should consume the different streams using the givenrequest.
-