suspend fun Vertx.deployVerticleAwait(name: String): String
Suspending version of method io.vertx.core.Vertx.deployVerticle
Return
NOTE: This function has been automatically generated from io.vertx.core.Vertx using Vert.x codegen.
suspend fun Vertx.deployVerticleAwait(name: String, options: DeploymentOptions): String
Suspending version of method io.vertx.core.Vertx.deployVerticle
options
- the deployment options.
Return
NOTE: This function has been automatically generated from io.vertx.core.Vertx using Vert.x codegen.
suspend fun Vertx.deployVerticleAwait(verticle: Verticle): String
Suspending version of method io.vertx.core.Vertx.deployVerticle
verticle
- the verticle instance to deploy
Return
NOTE: This function has been automatically generated from io.vertx.core.Vertx using Vert.x codegen.
suspend fun Vertx.deployVerticleAwait(verticle: Verticle, options: DeploymentOptions): String
Suspending version of method io.vertx.core.Vertx.deployVerticle
verticle
- the verticle instance to deploy
options
- the deployment options.
Return
NOTE: This function has been automatically generated from io.vertx.core.Vertx using Vert.x codegen.
suspend fun Vertx.deployVerticleAwait(verticleSupplier: Supplier<Verticle>, options: DeploymentOptions): String
Suspending version of method io.vertx.core.Vertx.deployVerticle
Return
NOTE: This function has been automatically generated from io.vertx.core.Vertx using Vert.x codegen.