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

getKeysAwait

suspend fun ConsulClient.getKeysAwait(keyPrefix: String): List<String>

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

Parameters

keyPrefix - the prefix

Return

List

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