Class JobService

java.lang.Object
cn.vertxup.jet.service.JobService
All Implemented Interfaces:
JobStub

public class JobService extends Object implements JobStub
  • 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:
      searchJobs in interface JobStub
    • fetchByKey

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByKey(String key)
      Specified by:
      fetchByKey in interface JobStub
    • update

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject data)
      Specified by:
      update in interface JobStub