Uses of Class
io.smallrye.mutiny.groups.UniAndGroupIterable
Packages that use UniAndGroupIterable
-
Uses of UniAndGroupIterable in io.smallrye.mutiny.groups
Subclasses of UniAndGroupIterable in io.smallrye.mutiny.groupsModifier and TypeClassDescriptionclassUniAndGroup2<T1,T2> Configures the combination of 2unis.classUniAndGroup3<T1,T2, T3> classUniAndGroup4<T1,T2, T3, T4> classUniAndGroup5<T1,T2, T3, T4, T5> classUniAndGroup6<T1,T2, T3, T4, T5, T6> classUniAndGroup7<T1,T2, T3, T4, T5, T6, T7> classUniAndGroup8<T1,T2, T3, T4, T5, T6, T7, T8> classUniAndGroup9<T1,T2, T3, T4, T5, T6, T7, T8, T9> Methods in io.smallrye.mutiny.groups that return UniAndGroupIterableModifier and TypeMethodDescriptionUniAndGroupIterable.collectFailures()Combines the currentUniwith the given ones.Combines the currentUniwith the given ones.<O> UniAndGroupIterable<O> Combines severalunistogether.<O> UniAndGroupIterable<O> Combines severalunistogether.UniAndGroupIterable.usingConcurrencyOf(int level) Limit the number of concurrent upstream subscriptions.