Uses of Class
io.vertx.ext.consul.KeyValueList
Packages that use KeyValueList
-
Uses of KeyValueList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return KeyValueListModifier and TypeMethodDescriptionKeyValueList.setIndex(long index) Set Consul indexSet list of key/value pairsMethods in io.vertx.ext.consul that return types with arguments of type KeyValueListModifier and TypeMethodDescriptionReturns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.getValuesWithOptions(String keyPrefix, BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList> CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<KeyValueList> Watch.keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a prefix of keys in the KV store.Constructors in io.vertx.ext.consul with parameters of type KeyValueList -
Uses of KeyValueList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type KeyValueListModifier and TypeMethodDescriptionReturns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.getValuesWithOptions(String keyPrefix, BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList> CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<KeyValueList> Watch.keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a prefix of keys in the KV store.ConsulClient.rxGetValues(String keyPrefix) Returns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.rxGetValuesWithOptions(String keyPrefix, BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix. -
Uses of KeyValueList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type KeyValueListModifier and TypeMethodDescriptionReturns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.getValuesWithOptions(String keyPrefix, BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList> CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<KeyValueList> Watch.keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a prefix of keys in the KV store.ConsulClient.rxGetValues(String keyPrefix) Returns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.rxGetValuesWithOptions(String keyPrefix, BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix.