Uses of Class
io.smallrye.mutiny.groups.UniAndGroup2
Packages that use UniAndGroup2
-
Uses of UniAndGroup2 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return UniAndGroup2Modifier and TypeMethodDescriptionUniAndGroup2.collectFailures()Configure the processing to wait until all theunisto fire an event (item or failure) before firing the failure.<T2> UniAndGroup2<T1, T2> Combines the currentUniwith the given one.<T1,T2> UniAndGroup2 <T1, T2> Combines twounistogether.UniAndGroup2.usingConcurrencyOf(int level) Limit the number of concurrent upstream subscriptions.