Package io.vertx.up.uca.job.timer
Class VertxInterval
- java.lang.Object
-
- io.vertx.up.uca.job.timer.VertxInterval
-
-
Constructor Summary
Constructors Constructor Description VertxInterval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longstartAt(long delay, long duration, io.vertx.core.Handler<Long> actuator)Start schedule atlongstartAt(long duration, io.vertx.core.Handler<Long> actuator)Start schedule from now without delaylongstartAt(io.vertx.core.Handler<Long> handler)Start schedule once
-
-
-
Method Detail
-
startAt
public long startAt(long delay, long duration, io.vertx.core.Handler<Long> actuator)Description copied from interface:IntervalStart schedule at
-
startAt
public long startAt(long duration, io.vertx.core.Handler<Long> actuator)Description copied from interface:IntervalStart schedule from now without delay
-
-