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

putValueWithOptions

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

Parameters

key - the key

value - the value

options - options used to push pair

resultHandler - will be provided with success of operation

Return
reference to this, for fluency