java.lang.Object
io.smallrye.mutiny.groups.UniAndGroupIterable<T1>
io.smallrye.mutiny.groups.UniAndGroup6<T1,T2,T3,T4,T5,T6>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasTuple()<O> Uni<O> combinedWith(Functions.Function6<T1, T2, T3, T4, T5, T6, O> combinator) Deprecated, for removal: This API element is subject to removal in a future version.usingConcurrencyOf(int level) Limit the number of concurrent upstream subscriptions.<O> Uni<O> <O> Uni<O> Methods inherited from class io.smallrye.mutiny.groups.UniAndGroupIterable
combinedWith, combinedWith, discardItems, with, with, withUni, withUni
-
Constructor Details
-
UniAndGroup6
-
-
Method Details
-
collectFailures
- Overrides:
collectFailuresin classUniAndGroupIterable<T1>
-
asTuple
-
usingConcurrencyOf
Limit the number of concurrent upstream subscriptions.When not specified all upstream
Uniare being subscribed when the combiningUniis subscribed.Setting a limit is useful when you have a large number of
Unito combine and their simultaneous subscriptions might overwhelm resources (e.g., database connections, etc).- Overrides:
usingConcurrencyOfin classUniAndGroupIterable<T1>- Parameters:
level- the concurrency level, must be strictly positive- Returns:
- an object to configure the combination logic
-
combinedWith
@Deprecated(forRemoval=true) @CheckReturnValue public <O> Uni<O> combinedWith(Functions.Function6<T1, T2, T3, T4, T5, T6, O> combinator) Deprecated, for removal: This API element is subject to removal in a future version.usewith(Functions.Function6)instead -
with
-
withUni
-
with(Functions.Function6)instead