| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
<T1,T2,T3,T4,T5,T6,T7> |
MultiItemCombination.streams(org.reactivestreams.Publisher<? extends T1> a,
org.reactivestreams.Publisher<? extends T2> b,
org.reactivestreams.Publisher<? extends T3> c,
org.reactivestreams.Publisher<? extends T4> d,
org.reactivestreams.Publisher<? extends T5> e,
org.reactivestreams.Publisher<? extends T6> f,
org.reactivestreams.Publisher<? extends T7> g)
Combines 7 streams.
|
| Modifier and Type | Method and Description |
|---|---|
MultiItemCombine7<T1,T2,T3,T4,T5,T6,T7> |
MultiItemCombine7.collectFailures()
Configures the combination to wait until all the
streams to fire a completion or failure event
before propagating a failure downstream. |
MultiItemCombine7<T1,T2,T3,T4,T5,T6,T7> |
MultiItemCombine7.latestItems()
By default, the combination logic is called with one item of each observed stream.
|
Copyright © 2019–2020 SmallRye. All rights reserved.