Class UniJoin.Builder<T>

  • Type Parameters:
    T - the type of the Uni values
    Enclosing class:
    UniJoin

    public class UniJoin.Builder<T>
    extends java.lang.Object
    Builder to assemble Uni references to be joined.
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • joinAll

        public UniJoin.JoinAllStrategy<T> joinAll()
        Join all Uni references.
        Returns:
        the object to configure the failure management strategy
      • joinFirst

        public UniJoin.JoinFirstStrategy<T> joinFirst()
        Join on one among the Uni references.
        Returns:
        the object to configure the failure management strategy