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

getKeysWithOptionsAwait

suspend fun ConsulClient.getKeysWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): List<String>

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

Parameters

keyPrefix - the prefix

options - the blocking options

Return

List

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