| 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)
IntervalStart schedule at
public long startAt(long duration,
io.vertx.core.Handler<Long> actuator)
IntervalStart schedule from now without delay
Copyright © 2021. All rights reserved.