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.
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.
deploymentID - the deployment ID
completionHandler - a handler which will be notified when the undeployment is complete