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

deleteValuesAwait

suspend fun ConsulClient.deleteValuesAwait(keyPrefix: String): Unit

Removes all the key/value pair that corresponding to the specified key prefix

Parameters

keyPrefix - the prefix

resultHandler - will be called on complete

Returnreference
to this, for fluency *