| Constructor and Description |
|---|
JobService() |
| 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) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchJobs(String sigma, io.vertx.core.json.JsonObject body, boolean grouped)
searchJobs in interface JobStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByKey(String key)
fetchByKey in interface JobStubCopyright © 2021. All rights reserved.