public interface Interval
| Modifier and Type | Method and Description |
|---|---|
long |
startAt(io.vertx.core.Handler<Long> actuator)
Start schedule once
|
long |
startAt(long duration,
io.vertx.core.Handler<Long> actuator)
Start schedule from now without delay
|
long |
startAt(long delay,
long duration,
io.vertx.core.Handler<Long> actuator)
Start schedule at
|
long startAt(long delay,
long duration,
io.vertx.core.Handler<Long> actuator)
Start schedule at
delay - delay ms to beginduration - repeat for each durationactuator - Executorlong startAt(long duration,
io.vertx.core.Handler<Long> actuator)
Start schedule from now without delay
duration - repeat for each durationactuator - Executorlong startAt(io.vertx.core.Handler<Long> actuator)
Start schedule once
actuator - ExecutorCopyright © 2021. All rights reserved.