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

putValueAwait

suspend fun ConsulClient.putValueAwait(key: String, value: String): Boolean

Adds specified key/value pair

Parameters

key - the key

value - the value

Return
reference to this, for fluency *