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

getValueAwait

suspend fun ConsulClient.getValueAwait(key: String): KeyValue

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

Parameters

key - the key

Return

KeyValue

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