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

putValue

open fun putValue(key: String, value: String, resultHandler: Handler<AsyncResult<Boolean>>): ConsulClient

Adds specified key/value pair

Parameters

key - the key

value - the value

resultHandler - will be provided with success of operation

Return
reference to this, for fluency