open fun getKeys(keyPrefix: String, resultHandler: Handler<AsyncResult<MutableList<String>>>): ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
resultHandler - will be provided with keys list
Return
reference to this, for fluency