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

Return
reference to this, for fluency *