public class MultiConcat extends Object
| Constructor and Description |
|---|
MultiConcat(boolean collectFailures) |
| Modifier and Type | Method and Description |
|---|---|
MultiConcat |
collectFailures()
Indicates that the concatenation process should not propagate the first receive failure, but collect them until
all the items from all (non-failing) participants have been emitted.
|
<T> Multi<T> |
streams(Iterable<? extends org.reactivestreams.Publisher<T>> iterable)
|
<T> Multi<T> |
streams(org.reactivestreams.Publisher<T>... publishers)
|
@SafeVarargs public final <T> Multi<T> streams(org.reactivestreams.Publisher<T>... publishers)
public MultiConcat collectFailures()
CompositeException if several failures have been received).MultiConcat configured to collect the failures.Copyright © 2019–2020 SmallRye. All rights reserved.