- Type Parameters:
T - the type of the Uni values
- Enclosing class:
UniJoin
public class UniJoin.Builder<T>
extends Object
Builder to assemble
Uni references to be joined.
-
Constructor Summary
Constructors
-
Method Summary
Join on one among the
Uni references.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
add
- Parameters:
uni - a Uni
- Returns:
- this builder instance
-
joinAll
- Returns:
- the object to configure the failure management strategy
-
joinFirst
Join on one among the
Uni references.
- Returns:
- the object to configure the failure management strategy