static JobClient |
JobClient.createShared(io.vertx.core.Vertx vertx) |
static JobClient |
JobClient.createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config) |
JobClient |
JobClientImpl.fetchAsync(Set<String> codes,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler) |
JobClient |
JobClient.fetchAsync(Set<String> code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler) |
JobClient |
JobClientImpl.fetchAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobClient.fetchAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobInfix.get() |
static JobClient |
JobInfix.getClient() |
JobClient |
JobClientImpl.removeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobClient.removeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobClientImpl.resumeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClient.resumeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClientImpl.saveAsync(Mission mission,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobClient.saveAsync(Mission mission,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
JobClient |
JobClientImpl.saveAsync(Set<Mission> missions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) |
JobClient |
JobClient.saveAsync(Set<Mission> missions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) |
JobClient |
JobClientImpl.startAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClient.startAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClientImpl.statusAsync(String namespace,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
JobClient |
JobClient.statusAsync(String namespace,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
JobClient |
JobClientImpl.stopAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler) |
JobClient |
JobClient.stopAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler) |