suspend fun ConsulClient.putValueWithOptionsAwait(key: String, value: String, options: KeyValueOptions): Boolean
options
- options used to push pair
resultHandler
- will be provided with success of operation
Returnreference
to this, for fluency *