public interface Nexus
| Modifier and Type | Method and Description |
|---|---|
static Nexus |
create(Class<?> clazz) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchNexus(io.vertx.core.json.JsonObject filters) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchNexus(Set<String> keys) |
Nexus |
on(UxJooq jooq) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
updateNexus(String key,
io.vertx.core.json.JsonObject params) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchNexus(io.vertx.core.json.JsonObject filters)
io.vertx.core.Future<io.vertx.core.json.JsonObject> updateNexus(String key, io.vertx.core.json.JsonObject params)
Copyright © 2020. All rights reserved.