vertx / io.vertx.reactivex.ext.consul / ConsulClient / rxGetValue

rxGetValue

open fun rxGetValue(key: String): Single<KeyValue>

Returns key/value pair that corresponding to the specified key. An empty io.vertx.ext.consul.KeyValue object will be returned if no such key is found.

Parameters

key - the key

Return