Class CompositeFuture


  • public class CompositeFuture
    extends Future<CompositeFuture>
    The composite future wraps a list of futures, it is useful when several futures needs to be coordinated. The handlers set for the coordinated futures are overridden by the handler of the composite future.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.