Class Timer

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class Timer
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    A timer task that can be used as a future. The future is completed when the timeout expires, when the task is cancelled the future is failed with a CancellationException.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<Timer> __TYPE_ARG
    • Constructor Detail

      • Timer

        public Timer​(Timer delegate)
      • Timer

        public Timer​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public Timer getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • cancel

        public boolean cancel()
        Attempt to cancel the timer task, when the timer is cancelled, the timer is failed with a CancellationException.
        Returns:
        true when the future was cancelled and the timeout didn't fire.
      • getDelay

        public long getDelay​(TimeUnit unit)
      • compareTo

        public int compareTo​(Delayed o)
      • newInstance

        public static Timer newInstance​(Timer arg)