Class VertxInterval

java.lang.Object
io.vertx.up.uca.job.timer.VertxInterval
All Implemented Interfaces:
Interval

public class VertxInterval extends Object implements Interval
  • Constructor Details

    • VertxInterval

      public VertxInterval()
  • Method Details

    • bind

      public Interval bind(Consumer<Long> controlFn)
      Specified by:
      bind in interface Interval
    • startAt

      public void startAt(io.vertx.core.Handler<Long> actuator, io.aeon.experiment.specification.sch.KTimer timer)
      Specified by:
      startAt in interface Interval
    • restartAt

      public void restartAt(io.vertx.core.Handler<Long> actuator, io.aeon.experiment.specification.sch.KTimer timer)
      Specified by:
      restartAt in interface Interval