open fun putValue(key: String, value: String, resultHandler: Handler<AsyncResult<Boolean>>): ConsulClient
Adds specified key/value pair
key - the key
key
value - the value
value
resultHandler - will be provided with success of operation
resultHandler
Return reference to this, for fluency