| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Method and Description |
|---|---|
MultiMerge |
MultiMerge.collectFailures()
Indicates that the merge process should not propagate the first receive failure, but collect them until
all the items from all (non-failing) participants have been emitted.
|
MultiMerge |
MultiCreateBy.merging()
|
MultiMerge |
MultiMerge.withConcurrency(int concurrency)
Indicates that the merge process can consume up to
concurrency streams in parallel. |
MultiMerge |
MultiMerge.withRequests(int requests)
Indicates that the merge process should consume the different streams using the given
request. |
Copyright © 2019–2020 SmallRye. All rights reserved.