vertx / io.vertx.reactivex.core / Vertx / undeploy

undeploy

open fun undeploy(deploymentID: String): Unit

Undeploy a verticle deployment.

The actual undeployment happens asynchronously and may not complete until after the method has returned.

Parameters

deploymentID - the deployment ID

open fun undeploy(deploymentID: String, completionHandler: Handler<AsyncResult<Void>>): Unit

Like io.vertx.reactivex.core.Vertx but the completionHandler will be notified when the undeployment is complete.

Parameters

deploymentID - the deployment ID

completionHandler - a handler which will be notified when the undeployment is complete