All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
static void |
bind(Long timerId,
String code) |
static String |
code(String name) |
static JobClient |
createShared(io.vertx.core.Vertx vertx) |
static JobClient |
createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config) |
List<Mission> |
fetch(Set<String> codes) |
Mission |
fetch(String code) |
io.vertx.core.Future<List<Mission>> |
fetchAsync(Set<String> codes) |
JobClient |
fetchAsync(Set<String> code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler) |
io.vertx.core.Future<Mission> |
fetchAsync(String code) |
JobClient |
fetchAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
Mission |
remove(String code) |
io.vertx.core.Future<Mission> |
removeAsync(String code) |
JobClient |
removeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
io.vertx.core.Future<Long> |
resumeAsync(String timerId) |
JobClient |
resumeAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
Mission |
save(Mission mission) |
Set<Mission> |
save(Set<Mission> missions) |
io.vertx.core.Future<Mission> |
saveAsync(Mission mission) |
JobClient |
saveAsync(Mission mission,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) |
io.vertx.core.Future<Set<Mission>> |
saveAsync(Set<Mission> missions) |
JobClient |
saveAsync(Set<Mission> missions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) |
io.vertx.core.Future<Long> |
startAsync(String code) |
JobClient |
startAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.core.json.JsonObject |
status(String namespace) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
statusAsync(String namespace) |
JobClient |
statusAsync(String namespace,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
io.vertx.core.Future<Boolean> |
stopAsync(String code) |
JobClient |
stopAsync(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler) |