Class JobService

    • Constructor Detail

      • JobService

        public JobService()
    • Method Detail

      • 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