Interface JobStub

  • All Known Implementing Classes:
    JobService

    public interface JobStub
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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)  
    • Method Detail

      • searchJobs

        io.vertx.core.Future<io.vertx.core.json.JsonObject> searchJobs​(String sigma,
                                                                       io.vertx.core.json.JsonObject body,
                                                                       boolean grouped)
      • fetchByKey

        io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByKey​(String key)
      • update

        io.vertx.core.Future<io.vertx.core.json.JsonObject> update​(String key,
                                                                   io.vertx.core.json.JsonObject data)