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

deleteValueAwait

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

Remove the key/value pair that corresponding to the specified key

Parameters

key - the key

resultHandler - will be called on complete

Returnreference
to this, for fluency *