vertx / io.vertx.rxjava.ext.consul / ConsulClient / getKeys

getKeys

open fun getKeys(keyPrefix: String, resultHandler: Handler<AsyncResult<MutableList<String>>>): ConsulClient

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

Parameters

keyPrefix - the prefix

resultHandler - will be provided with keys list

Return
reference to this, for fluency