Uses of Interface
io.vertx.core.Completable
-
Packages that use Completable Package Description io.vertx.core -
-
Uses of Completable in io.vertx.core
Subinterfaces of Completable in io.vertx.core Modifier and Type Interface Description interfacePromise<T>Represents the writable side of an action that may, or may not, have occurred yet.Methods in io.vertx.core with parameters of type Completable Modifier and Type Method Description default Future<T>Future. andThen(Completable<? super T> handler)Invokes the givenhandlerupon completion.default Future<T>Future. onComplete(Completable<? super T> handler)Add handlers to be notified on succeeded result and failed result.
-