Uses of Class
io.vertx.core.DeploymentOptions
Packages that use DeploymentOptions
Package
Description
-
Uses of DeploymentOptions in io.vertx.core
Methods in io.vertx.core that return DeploymentOptionsModifier and TypeMethodDescriptionDeploymentOptions.setClassLoader(ClassLoader classLoader) Set the classloader to use for deploying the Verticle.DeploymentOptions.setConfig(JsonObject config) Set the JSON configuration that will be passed to the verticle(s) when it's deployedDeploymentOptions.setHa(boolean ha) Set whether the verticle(s) will be deployed as HA.DeploymentOptions.setInstances(int instances) Set the number of instances that should be deployed.DeploymentOptions.setMaxWorkerExecuteTime(long maxWorkerExecuteTime) Sets the value of max worker execute time, inmaxWorkerExecuteTimeUnit.DeploymentOptions.setMaxWorkerExecuteTimeUnit(TimeUnit maxWorkerExecuteTimeUnit) Set the time unit ofmaxWorkerExecuteTimeDeploymentOptions.setThreadingModel(ThreadingModel threadingModel) Set the verticle(s) verticle(s) threading model, e.g. a worker or a virtual thread verticleDeploymentOptions.setWorkerPoolName(String workerPoolName) Set the worker pool name to use for this verticle.DeploymentOptions.setWorkerPoolSize(int workerPoolSize) Set the maximum number of worker threads to be used by the Vert.x instance.Methods in io.vertx.core with parameters of type DeploymentOptionsModifier and TypeMethodDescriptionvoidLauncher.beforeDeployingVerticle(DeploymentOptions deploymentOptions) Hook for sub-classes ofLauncherbefore the verticle is deployed.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(Deployable)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Class<? extends Deployable> verticleClass, DeploymentOptions options) LikeVertx.deployVerticle(Deployable, DeploymentOptions)butDeployableinstance is created by invoking the default constructor ofverticleClass.Vertx.deployVerticle(String name, DeploymentOptions options) LikeVertx.deployVerticle(Deployable)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(Deployable, DeploymentOptions)butDeployableinstance is created by invoking theverticleSupplier.voidLauncher.handleDeployFailed(Vertx vertx, String mainVerticle, DeploymentOptions deploymentOptions, Throwable cause) A deployment failure has been encountered.Constructors in io.vertx.core with parameters of type DeploymentOptions -
Uses of DeploymentOptions in io.vertx.ext.shell.command.base
Methods in io.vertx.ext.shell.command.base that return DeploymentOptionsModifier and TypeMethodDescriptionprotected DeploymentOptionsVerticleDeploy.getDeploymentOptions() -
Uses of DeploymentOptions in io.vertx.launcher.application
Methods in io.vertx.launcher.application that return DeploymentOptionsModifier and TypeMethodDescriptionHookContext.deploymentOptions()The verticle deployment options, which can be modified before Vert.x is started. -
Uses of DeploymentOptions in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type DeploymentOptionsModifier and TypeMethodDescriptionRxHelper.deployVerticle(Vertx vertx, Verticle verticle, DeploymentOptions options) LikeRxHelper.deployVerticle(Vertx, Verticle), butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(String name, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.Vertx.rxDeployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(String name, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier. -
Uses of DeploymentOptions in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type DeploymentOptionsModifier and TypeMethodDescriptionRxHelper.deployVerticle(Vertx vertx, Verticle verticle, DeploymentOptions options) LikeRxHelper.deployVerticle(Vertx, Verticle), butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(String name, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.deployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.Vertx.rxDeployVerticle(Deployable verticle, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(String name, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeploymentOptionsare provided to configure the deployment.Vertx.rxDeployVerticle(Supplier<? extends Deployable> supplier, DeploymentOptions options) LikeVertx.deployVerticle(String)butDeployableinstance is created by invoking theverticleSupplier.