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

getKeysAwait

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

Returns the list of keys that corresponding to the specified key prefix.

Parameters

keyPrefix - the prefix

resultHandler - will be provided with keys list

Returnreference
to this, for fluency *