public interface JobStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchAll(String sigma) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchByKey(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
update(String key,
io.vertx.core.json.JsonObject data) |
Copyright © 2020. All rights reserved.