| Constructor and Description |
|---|
VertxInterval() |
| Modifier and Type | Method and Description |
|---|---|
long |
startAt(io.vertx.core.Handler<Long> handler)
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
|
public long startAt(long delay,
long duration,
io.vertx.core.Handler<Long> actuator)
Intervalpublic long startAt(long duration,
io.vertx.core.Handler<Long> actuator)
IntervalCopyright © 2020. All rights reserved.