Class VertxInterval

    • Constructor Detail

      • VertxInterval

        public VertxInterval()
    • Method Detail

      • startAt

        public long startAt​(long delay,
                            long duration,
                            io.vertx.core.Handler<Long> actuator)
        Description copied from interface: Interval
        Start schedule at
        Specified by:
        startAt in interface Interval
        Parameters:
        delay - delay ms to begin
        duration - repeat for each duration
        actuator - Executor
      • startAt

        public long startAt​(long duration,
                            io.vertx.core.Handler<Long> actuator)
        Description copied from interface: Interval
        Start schedule from now without delay
        Specified by:
        startAt in interface Interval
        Parameters:
        duration - repeat for each duration
        actuator - Executor
      • startAt

        public long startAt​(io.vertx.core.Handler<Long> handler)
        Description copied from interface: Interval
        Start schedule once
        Specified by:
        startAt in interface Interval
        Parameters:
        handler - Executor