Uses of Interface
io.vertx.core.Deployable
Packages that use Deployable
Package
Description
-
Uses of Deployable in io.vertx.core
Subinterfaces of Deployable in io.vertx.coreModifier and TypeInterfaceDescriptioninterfaceWARNING : this class is not deprecated, however we encourage instead to useVerticleBaseA verticle is a piece of code that can be deployed by Vert.x.Classes in io.vertx.core that implement DeployableModifier 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.classAn abstract base class that you can extend to write your own Verticle classes.Methods in io.vertx.core with parameters of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Deployable verticle) Deploy a verticle instance that you have created yourself.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(Deployable)butDeploymentOptionsare provided to configure the deployment.Method parameters in io.vertx.core with type arguments of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Class<? extends Deployable> verticleClass, DeploymentOptions options) LikeVertx.deployVerticle(Deployable, DeploymentOptions)butDeployableinstance is created by invoking the default constructor ofverticleClass.Vertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(Deployable, DeploymentOptions)butDeployableinstance is created by invoking theverticleSupplier. -
Uses of Deployable in io.vertx.core.spi
Method parameters in io.vertx.core.spi with type arguments of type DeployableModifier and TypeMethodDescriptiondefault voidVerticleFactory.createVerticle2(String verticleName, ClassLoader classLoader, Promise<Callable<? extends Deployable>> promise) Create a verticle instance. -
Uses of Deployable in io.vertx.ext.shell
Classes in io.vertx.ext.shell that implement Deployable -
Uses of Deployable in io.vertx.lang.groovy
Classes in io.vertx.lang.groovy that implement DeployableModifier and TypeClassDescriptionclassA Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts. -
Uses of Deployable in io.vertx.launcher.application
Methods in io.vertx.launcher.application that return types with arguments of type DeployableModifier and TypeMethodDescriptiondefault Supplier<? extends Deployable> VertxApplicationHooks.verticleSupplier()Invoked before deploying the main verticle orDeployable. -
Uses of Deployable in io.vertx.reactivex.core
Classes in io.vertx.reactivex.core that implement DeployableMethods in io.vertx.reactivex.core with parameters of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Deployable verticle) Deploy a verticle instance that you have created yourself.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(Deployable verticle) Deploy a verticle instance that you have created yourself.Vertx.rxDeployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Method parameters in io.vertx.reactivex.core with type arguments of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.Vertx.rxDeployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier. -
Uses of Deployable in io.vertx.rxjava3.core
Classes in io.vertx.rxjava3.core that implement DeployableMethods in io.vertx.rxjava3.core with parameters of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Deployable verticle) Deploy a verticle instance that you have created yourself.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(Deployable verticle) Deploy a verticle instance that you have created yourself.Vertx.rxDeployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Method parameters in io.vertx.rxjava3.core with type arguments of type DeployableModifier and TypeMethodDescriptionVertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.Vertx.rxDeployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.