vertx / io.vertx.kotlin.core / io.vertx.core.Vertx / undeployAwait

undeployAwait

suspend fun Vertx.undeployAwait(deploymentID: String): Unit

Like io.vertx.core.Vertxio.vertx.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