vertx / io.vertx.reactivex.core / Vertx / rxUndeploy

rxUndeploy

open fun rxUndeploy(deploymentID: String): Completable

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

Parameters

deploymentID - the deployment ID

Return