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

putValueWithOptionsAwait

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

Suspending version of method io.vertx.ext.consul.ConsulClient.putValueWithOptions

Parameters

key - the key

value - the value

options - options used to push pair

Return

Boolean

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.