Uses of Interface
io.vertx.core.Verticle
Packages that use Verticle
-
Uses of Verticle in io.vertx.core
Classes in io.vertx.core that implement VerticleModifier and TypeClassDescriptionclassWARNING : 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 VerticleModifier and TypeMethodDescriptiondefault voidVerticleFactory.createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise) Deprecated.
VerticleFactory.createVerticle2(String, ClassLoader, Promise)