Interface JobStub

All Known Implementing Classes:
JobService

public interface JobStub
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
     
    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 Details

    • 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)