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

rxPutValue

open fun rxPutValue(key: String, value: String): Single<Boolean>

Adds specified key/value pair

Parameters

key - the key

value - the value

Return