Uses of Interface
io.vertx.core.Verticle
-
Packages that use Verticle Package Description io.vertx.core io.vertx.core.spi -
-
Uses of Verticle in io.vertx.core
Classes in io.vertx.core that implement Verticle Modifier and Type Class Description classAbstractVerticleWARNING : this class is not deprecated, however we encourage instead to useVerticleBaseAn abstract base class that you can extend to write your own Verticle classes. -
Uses of Verticle in io.vertx.core.spi
Method parameters in io.vertx.core.spi with type arguments of type Verticle Modifier and Type Method Description default voidVerticleFactory. createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise)Deprecated.deprecated, instead implementVerticleFactory.createVerticle2(String, ClassLoader, Promise)
-