Uses of Interface
io.vertx.core.Promise
Packages that use Promise
-
Uses of Promise in io.vertx.core
Methods in io.vertx.core that return PromiseModifier and TypeMethodDescriptionstatic <T> Promise<T> Promise.promise()Create a promise that hasn't completed yetMethods in io.vertx.core with parameters of type PromiseModifier and TypeMethodDescriptionvoidStart the verticle.voidStart the verticle instance.voidStop the verticle.voidStop the verticle instance.Method parameters in io.vertx.core with type arguments of type Promise -
Uses of Promise in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type PromiseModifier and TypeMethodDescriptiondefault voidVerticleFactory.createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise) Deprecated.default voidVerticleFactory.createVerticle2(String verticleName, ClassLoader classLoader, Promise<Callable<? extends Deployable>> promise) Create a verticle instance.
VerticleFactory.createVerticle2(String, ClassLoader, Promise)