| Modifier and Type | Method and Description |
|---|---|
JobClient |
resume(Long timeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Resume a failure job
|
JobClient |
start(String code,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Start new job
|
JobClient |
stop(Long timerId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
Stop running job
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateShared, createSharedpublic JobClient start(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
JobClientpublic JobClient stop(Long timerId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
JobClientCopyright © 2020. All rights reserved.