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

putValueWithOptionsAwait

suspend fun ConsulClient.putValueWithOptionsAwait(key: String, value: String, options: KeyValueOptions): Boolean

Parameters

key - the key

value - the value

options - options used to push pair

resultHandler - will be provided with success of operation

Returnreference
to this, for fluency *