vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / deleteValueAwait

deleteValueAwait

suspend fun ConsulClient.deleteValueAwait(key: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deleteValue

Parameters

key -

the key

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.