public interface JobStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchByKey(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
searchJobs(String sigma,
io.vertx.core.json.JsonObject body,
boolean grouped) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
update(String key,
io.vertx.core.json.JsonObject data) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> searchJobs(String sigma, io.vertx.core.json.JsonObject body, boolean grouped)
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 © 2021. All rights reserved.