| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
MultiItemCombineIterable |
MultiItemCombination.streams(Iterable<? extends org.reactivestreams.Publisher<?>> iterable)
Combines multiple streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiItemCombine2<T1,T2> |
class |
MultiItemCombine3<T1,T2,T3> |
class |
MultiItemCombine4<T1,T2,T3,T4> |
class |
MultiItemCombine5<T1,T2,T3,T4,T5> |
class |
MultiItemCombine6<T1,T2,T3,T4,T5,T6> |
class |
MultiItemCombine7<T1,T2,T3,T4,T5,T6,T7> |
class |
MultiItemCombine8<T1,T2,T3,T4,T5,T6,T7,T8> |
class |
MultiItemCombine9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
| Modifier and Type | Method and Description |
|---|---|
MultiItemCombineIterable |
MultiItemCombineIterable.collectFailures()
Configures the combination to wait until all the
streams to fire a completion or failure event
before propagating a failure downstream. |
MultiItemCombineIterable |
MultiItemCombineIterable.latestItems()
By default, the combination logic is called with one item of each observed stream.
|
Copyright © 2019–2020 SmallRye. All rights reserved.