| Package | Description |
|---|---|
| io.vertx.tp.plugin.job |
| Modifier and Type | Class and Description |
|---|---|
class |
JobClientImpl |
| Modifier and Type | Method and Description |
|---|---|
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 |
JobInfix.get() |
static JobClient |
JobInfix.getClient() |
JobClient |
JobClientImpl.resume(Long timeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClient.resume(Long timeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Resume a failure job
|
JobClient |
JobClientImpl.start(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
JobClient |
JobClient.start(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Start new job
|
JobClient |
JobClientImpl.stop(Long timerId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler) |
JobClient |
JobClient.stop(Long timerId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
Stop running job
|
Copyright © 2021. All rights reserved.