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

rxGetKeysWithOptions

open fun rxGetKeysWithOptions(keyPrefix: String, options: BlockingQueryOptions): Single<MutableList<String>>

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

Parameters

keyPrefix - the prefix

options - the blocking options

Return