Module io.smallrye.mutiny
Package io.smallrye.mutiny.groups
Interface UniJoin.JoinAllStrategyTerminal<T>
- Type Parameters:
T- the type of theUnivalues
- All Known Implementing Classes:
UniJoin.JoinAllStrategy
- Enclosing class:
UniJoin
public static interface UniJoin.JoinAllStrategyTerminal<T>
Terminal interface for
UniJoin.all(List)-
Method Summary
Modifier and TypeMethodDescriptionWait for allUnireferences to terminate, and collect all failures in aCompositeException.
-
Method Details
-
andCollectFailures
Wait for allUnireferences to terminate, and collect all failures in aCompositeException.- Returns:
- a new
Uni
-
andFailFast
Immediately forward the first failure from any of theUni, and cancel the remainingUnisubscriptions, ignoring eventual subsequent failures.- Returns:
- a new
Uni
-