vertx / io.vertx.core / Launcher / beforeDeployingVerticle

beforeDeployingVerticle

open fun beforeDeployingVerticle(deploymentOptions: DeploymentOptions): Unit

Hook for sub-classes of Launcher before the verticle is deployed.

Parameters

deploymentOptions - the current deployment options. Modify them to customize the deployment.