Package io.vertx.up.uca.job.timer
Interface Interval
- All Known Implementing Classes:
VertxInterval
public interface Interval
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault void--- No Wait ------ >>> ------- End 「Development」 This method call directly and it's for development often, after the server get the commend from front-end user interface, the Job start right now.void
-
Method Details
-
bind
-
startAt
--- No Wait ------ >>> ------- End 「Development」 This method call directly and it's for development often, after the server get the commend from front-end user interface, the Job start right now. it means that when the developer want to debug the job detail from user interface, this api could be called to see the job running details.- Parameters:
actuator- Executor
-
startAt
void startAt(io.vertx.core.Handler<Long> actuator, io.aeon.experiment.specification.sch.KTimer timer) -
restartAt
void restartAt(io.vertx.core.Handler<Long> actuator, io.aeon.experiment.specification.sch.KTimer timer)
-