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

getValuesAwait

suspend fun ConsulClient.getValuesAwait(keyPrefix: String): KeyValueList

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

Parameters

keyPrefix - the prefix

Return

KeyValueList

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