Uses of Interface
io.vertx.core.CompositeFuture
Packages that use CompositeFuture
-
Uses of CompositeFuture in io.vertx.core
Subinterfaces with type arguments of type CompositeFuture in io.vertx.coreModifier and TypeInterfaceDescriptioninterfaceThe composite future wraps a list offutures, it is useful when several futures needs to be coordinated.Methods in io.vertx.core that return CompositeFutureModifier and TypeMethodDescriptionstatic CompositeFutureLikeFuture.all(Future, Future)but with a variable number of futures.static CompositeFutureReturn a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFutureLikeFuture.all(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.all(Future, Future)but with a list of futures.static CompositeFutureLikeFuture.any(Future, Future)but with a variable number of futures.static CompositeFutureReturn a composite future, succeeded when any futures is succeeded, failed when all futures are failed.static CompositeFutureLikeFuture.any(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.any(Future, Future)but with a list of futures.static CompositeFutureLikeFuture.join(Future, Future)but with a variable number of futures.static CompositeFutureReturn a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFutureLikeFuture.join(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.join(Future, Future)but with a list of futures.CompositeFuture.onComplete(Handler<AsyncResult<CompositeFuture>> handler) default CompositeFuturedefault CompositeFutureCompositeFuture.onSuccess(Handler<? super CompositeFuture> handler) Method parameters in io.vertx.core with type arguments of type CompositeFutureModifier and TypeMethodDescriptionCompositeFuture.onComplete(Handler<AsyncResult<CompositeFuture>> handler) default CompositeFutureCompositeFuture.onSuccess(Handler<? super CompositeFuture> handler)