| 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)
JobClientStart new job
public JobClient stop(Long timerId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)
JobClientStop running job
Copyright © 2021. All rights reserved.