Uses of Class
io.smallrye.mutiny.groups.MultiItemCombine9
Packages that use MultiItemCombine9
-
Uses of MultiItemCombine9 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiItemCombine9Modifier and TypeMethodDescriptionMultiItemCombine9.collectFailures()Configures the combination to wait until all thestreamsto fire a completion or failure event before propagating a failure downstream.MultiItemCombine9.latestItems()By default, the combination logic is called with one item of each observed stream.<T1,T2, T3, T4, T5, T6, T7, T8, T9>
MultiItemCombine9<T1, T2, T3, T4, T5, T6, T7, T8, T9> MultiItemCombination.streams(Flow.Publisher<? extends T1> a, Flow.Publisher<? extends T2> b, Flow.Publisher<? extends T3> c, Flow.Publisher<? extends T4> d, Flow.Publisher<? extends T5> e, Flow.Publisher<? extends T6> f, Flow.Publisher<? extends T7> g, Flow.Publisher<? extends T8> h, Flow.Publisher<? extends T9> i) Combines the items from 9 streams.