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

getValuesWithOptionsAwait

suspend fun ConsulClient.getValuesWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): KeyValueList

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

Parameters

keyPrefix - the prefix

options - the blocking options

Return

KeyValueList

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