Uses of Interface
io.vertx.core.Verticle
Packages that use Verticle
Package
Description
-
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. -
Uses of Verticle in io.vertx.ext.shell
Classes in io.vertx.ext.shell that implement Verticle -
Uses of Verticle in io.vertx.lang.groovy
Classes in io.vertx.lang.groovy that implement VerticleModifier and TypeClassDescriptionclassA Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts.Method parameters in io.vertx.lang.groovy with type arguments of type VerticleModifier and TypeMethodDescriptionvoidGroovyVerticleFactory.createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise) -
Uses of Verticle in io.vertx.reactivex.core
Classes in io.vertx.reactivex.core that implement VerticleMethods in io.vertx.reactivex.core with parameters of type VerticleModifier and TypeMethodDescriptionRxHelper.deployVerticle(Vertx vertx, Verticle verticle) Deploy a verticle you have created yourself, using an RxJava vertx instance.RxHelper.deployVerticle(Vertx vertx, Verticle verticle, DeploymentOptions options) LikeRxHelper.deployVerticle(Vertx, Verticle), butDeploymentOptionsare provided to configure the deployment. -
Uses of Verticle in io.vertx.rxjava3.core
Classes in io.vertx.rxjava3.core that implement VerticleMethods in io.vertx.rxjava3.core with parameters of type VerticleModifier and TypeMethodDescriptionRxHelper.deployVerticle(Vertx vertx, Verticle verticle) Deploy a verticle you have created yourself, using an RxJava vertx instance.RxHelper.deployVerticle(Vertx vertx, Verticle verticle, DeploymentOptions options) LikeRxHelper.deployVerticle(Vertx, Verticle), butDeploymentOptionsare provided to configure the deployment.
VerticleFactory.createVerticle2(String, ClassLoader, Promise)