open fun putValueWithOptions(key: String, value: String, options: KeyValueOptions, resultHandler: Handler<AsyncResult<Boolean>>): ConsulClient
options - options used to push pair
resultHandler - will be provided with success of operation
Return
reference to this, for fluency