Uses of Interface
io.vertx.tp.plugin.job.JobClient
-
Packages that use JobClient Package Description io.vertx.tp.plugin.job -
-
Uses of JobClient in io.vertx.tp.plugin.job
Classes in io.vertx.tp.plugin.job that implement JobClient Modifier and Type Class Description classJobClientImplMethods in io.vertx.tp.plugin.job that return JobClient Modifier and Type Method Description static JobClientJobClient. createShared(io.vertx.core.Vertx vertx)static JobClientJobClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)JobClientJobClient. fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClient. fetchAsync(Set<String> code, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler)JobClientJobClientImpl. fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClientImpl. fetchAsync(Set<String> codes, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler)JobClientJobInfix. get()static JobClientJobInfix. getClient()JobClientJobClient. removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClientImpl. removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClient. resumeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)JobClientJobClientImpl. resumeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)JobClientJobClient. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClient. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler)JobClientJobClientImpl. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClientImpl. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler)JobClientJobClient. startAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)JobClientJobClientImpl. startAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)JobClientJobClient. statusAsync(String namespace, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)JobClientJobClientImpl. statusAsync(String namespace, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)JobClientJobClient. stopAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)JobClientJobClientImpl. stopAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
-