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

rxGetValues

open fun rxGetValues(keyPrefix: String): Single<KeyValueList>

Returns the list of key/value pairs that corresponding to the specified key prefix. An empty io.vertx.ext.consul.KeyValueList object will be returned if no such key prefix is found.

Parameters

keyPrefix - the prefix

Return