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

getValueWithOptionsAwait

suspend fun ConsulClient.getValueWithOptionsAwait(key: String, options: BlockingQueryOptions): KeyValue

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

Parameters

key - the key

options - the blocking options

Return

KeyValue

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