suspend fun Vertx.deployVerticleAwait(name: String): String
Like io.vertx.core.Vertx but the completionHandler will be notified when the deployment is complete.
completionHandler
- a handler which will be notified when the deployment is complete
suspend fun Vertx.deployVerticleAwait(name: String, options: DeploymentOptions): String
Like io.vertx.core.Vertx but io.vertx.core.DeploymentOptions are provided to configure the deployment.
options
- the deployment options.
completionHandler
- a handler which will be notified when the deployment is complete