public interface ExUser
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchRef(io.vertx.core.json.JsonObject filters) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchRef(Set<String> keys) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
updateRef(String key,
io.vertx.core.json.JsonObject params) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchRef(io.vertx.core.json.JsonObject filters)
io.vertx.core.Future<io.vertx.core.json.JsonObject> updateRef(String key, io.vertx.core.json.JsonObject params)
Copyright © 2021. All rights reserved.