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

rxPutValueWithOptions

open fun rxPutValueWithOptions(key: String, value: String, options: KeyValueOptions): Single<Boolean>

Parameters

key - the key

value - the value

options - options used to push pair

Return