suspend fun Vertx.closeAwait(): Unit
Suspending version of method io.vertx.core.Vertx.close |
|
suspend fun Vertx.deployVerticleAwait(name: String): String suspend fun Vertx.deployVerticleAwait(name: String, options: DeploymentOptions): String suspend fun Vertx.deployVerticleAwait(verticle: Verticle): String suspend fun Vertx.deployVerticleAwait(verticle: Verticle, options: DeploymentOptions): String suspend fun Vertx.deployVerticleAwait(verticleSupplier: Supplier<Verticle>, options: DeploymentOptions): String
Suspending version of method io.vertx.core.Vertx.deployVerticle |
|
suspend fun <T> Vertx.executeBlockingAwait(blockingCodeHandler: (Future<T>) -> Unit, ordered: Boolean): T? suspend fun <T> Vertx.executeBlockingAwait(blockingCodeHandler: (Future<T>) -> Unit): T?
Suspending version of method io.vertx.core.Vertx.executeBlocking |
|
suspend fun Vertx.undeployAwait(deploymentID: String): Unit
Suspending version of method io.vertx.core.Vertx.undeploy |