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

resultHandler - will be provided with success of operation

Returnreference
to this, for fluency *