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

rxGetKeys

open fun rxGetKeys(keyPrefix: String): Single<MutableList<String>>

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

Parameters

keyPrefix - the prefix

Return