Uses of Class
io.smallrye.mutiny.groups.MultiItemCombine2
Packages that use MultiItemCombine2
-
Uses of MultiItemCombine2 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiItemCombine2Modifier and TypeMethodDescriptionMultiItemCombine2.collectFailures()Configures the combination to wait until all thestreamsto fire a completion or failure event before propagating a failure downstream.MultiItemCombine2.latestItems()By default, the combination logic is called with one item of each observed stream.<T1,T2> MultiItemCombine2 <T1, T2> MultiItemCombination.streams(Flow.Publisher<? extends T1> a, Flow.Publisher<? extends T2> b) Combines the items from 2 streams.