class io.vertx.core.impl.VertxImpl$InternalTimerHandler implements io.vertx.core.Handler<java.lang.Void>, io.vertx.core.Closeable, java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.VertxImpl$InternalTimerHandler
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler<java.lang.Long> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Ljava/lang/Long;>;

  private final boolean periodic;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long timerID;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.impl.ContextImpl context;
    descriptor: Lio/vertx/core/impl/ContextImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.Future<?> future;
    descriptor: Ljava/util/concurrent/Future;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/Future<*>;

  final io.vertx.core.impl.VertxImpl this$0;
    descriptor: Lio/vertx/core/impl/VertxImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(long, io.vertx.core.Handler<java.lang.Long>, boolean, long, io.vertx.core.impl.ContextImpl);
    descriptor: (Lio/vertx/core/impl/VertxImpl;JLio/vertx/core/Handler;ZJLio/vertx/core/impl/ContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=7
        start local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
        start local 2 // long timerID
        start local 4 // io.vertx.core.Handler runnable
        start local 5 // boolean periodic
        start local 6 // long delay
        start local 8 // io.vertx.core.impl.ContextImpl context
         0: .line 893
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 894
            aload 0 /* this */
            aload 8 /* context */
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.context:Lio/vertx/core/impl/ContextImpl;
         2: .line 895
            aload 0 /* this */
            lload 2 /* timerID */
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
         3: .line 896
            aload 0 /* this */
            aload 4 /* runnable */
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.handler:Lio/vertx/core/Handler;
         4: .line 897
            aload 0 /* this */
            iload 5 /* periodic */
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.periodic:Z
         5: .line 898
            aload 8 /* context */
            invokevirtual io.vertx.core.impl.ContextImpl.nettyEventLoop:()Lio/netty/channel/EventLoop;
            astore 9 /* el */
        start local 9 // io.netty.channel.EventLoop el
         6: .line 899
            iload 5 /* periodic */
            ifeq 9
         7: .line 900
            aload 0 /* this */
            aload 9 /* el */
            aload 0 /* this */
            lload 6 /* delay */
            lload 6 /* delay */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface io.netty.channel.EventLoop.scheduleAtFixedRate:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/ScheduledFuture;
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.future:Ljava/util/concurrent/Future;
         8: .line 901
            goto 10
         9: .line 902
      StackMap locals: io.vertx.core.impl.VertxImpl$InternalTimerHandler io.vertx.core.impl.VertxImpl long io.vertx.core.Handler int long io.vertx.core.impl.ContextImpl io.netty.channel.EventLoop
      StackMap stack:
            aload 0 /* this */
            aload 9 /* el */
            aload 0 /* this */
            lload 6 /* delay */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface io.netty.channel.EventLoop.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/ScheduledFuture;
            putfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.future:Ljava/util/concurrent/Future;
        10: .line 904
      StackMap locals:
      StackMap stack:
            aload 1
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 12
        11: .line 905
            aload 1
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            lload 2 /* timerID */
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.timerCreated:(J)V
        12: .line 907
      StackMap locals:
      StackMap stack:
            return
        end local 9 // io.netty.channel.EventLoop el
        end local 8 // io.vertx.core.impl.ContextImpl context
        end local 6 // long delay
        end local 5 // boolean periodic
        end local 4 // io.vertx.core.Handler runnable
        end local 2 // long timerID
        end local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lio/vertx/core/impl/VertxImpl$InternalTimerHandler;
            0   13     2   timerID  J
            0   13     4  runnable  Lio/vertx/core/Handler<Ljava/lang/Long;>;
            0   13     5  periodic  Z
            0   13     6     delay  J
            0   13     8   context  Lio/vertx/core/impl/ContextImpl;
            6   13     9        el  Lio/netty/channel/EventLoop;
    Signature: (JLio/vertx/core/Handler<Ljava/lang/Long;>;ZJLio/vertx/core/impl/ContextImpl;)V
    MethodParameters:
          Name  Flags
      this$0    final
      timerID   
      runnable  
      periodic  
      delay     
      context   

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
         0: .line 911
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.context:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.ContextImpl.executeFromIO:(Lio/vertx/core/Handler;)V
         1: .line 912
            return
        end local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/VertxImpl$InternalTimerHandler;

  public void handle(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
        start local 1 // java.lang.Void v
         0: .line 915
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.periodic:Z
            ifeq 4
         1: .line 916
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.timeouts:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.concurrent.ConcurrentMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 13
         2: .line 917
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 919
            goto 13
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.timeouts:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 13
         5: .line 921
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 922
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
         8: .line 924
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.context:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)Z
            ifeq 10
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 10
         9: .line 925
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            iconst_0
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.timerEnded:(JZ)V
        10: .line 927
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2
            athrow
        11: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.context:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)Z
            ifeq 13
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 13
        12: .line 925
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            iconst_0
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.timerEnded:(JZ)V
        13: .line 929
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/vertx/core/impl/VertxImpl$InternalTimerHandler;
            0   14     1     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           5     7       7  any
    MethodParameters:
      Name  Flags
      v     

  private void cancel();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
         0: .line 932
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.future:Ljava/util/concurrent/Future;
            iconst_0
            invokeinterface java.util.concurrent.Future.cancel:(Z)Z
            pop
         1: .line 933
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.context:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)Z
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 3
         2: .line 934
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.timerEnded:(JZ)V
         3: .line 936
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/impl/VertxImpl$InternalTimerHandler;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 940
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.timeouts:Ljava/util/concurrent/ConcurrentMap;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 4
         1: .line 941
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.future:Ljava/util/concurrent/Future;
            iconst_0
            invokeinterface java.util.concurrent.Future.cancel:(Z)Z
            pop
         2: .line 942
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 4
         3: .line 943
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.this$0:Lio/vertx/core/impl/VertxImpl;
            getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$InternalTimerHandler.timerID:J
            iconst_1
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.timerEnded:(JZ)V
         4: .line 946
      StackMap locals:
      StackMap stack:
            aload 1 /* completionHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 947
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.impl.VertxImpl$InternalTimerHandler this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/core/impl/VertxImpl$InternalTimerHandler;
            0    6     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Void
            invokevirtual io.vertx.core.impl.VertxImpl$InternalTimerHandler.handle:(Ljava/lang/Void;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Ljava/lang/Void;>;Lio/vertx/core/Closeable;Ljava/lang/Runnable;
SourceFile: "VertxImpl.java"
NestHost: io.vertx.core.impl.VertxImpl
InnerClasses:
  private InternalTimerHandler = io.vertx.core.impl.VertxImpl$InternalTimerHandler of io.vertx.core.impl.VertxImpl