Package cn.vertxup.jet.service
Class JobService
java.lang.Object
cn.vertxup.jet.service.JobService
- All Implemented Interfaces:
JobStub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.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>
-
Constructor Details
-
JobService
public JobService()
-
-
Method Details
-
searchJobs
public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchJobs(String sigma, io.vertx.core.json.JsonObject body, boolean grouped) - Specified by:
searchJobsin interfaceJobStub
-
fetchByKey
- Specified by:
fetchByKeyin interfaceJobStub
-
update
public io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject data)
-