public abstract class io.vertx.ext.consul.impl.WatchImpl<T> implements io.vertx.ext.consul.Watch<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.ext.consul.impl.WatchImpl
  super_class: java.lang.Object
{
  private static final java.lang.String BLOCKING_WAIT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "10m"

  private static final int DELAY_LIMIT_SECONDS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 180

  private volatile boolean started;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean stopped;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private io.vertx.core.Handler<io.vertx.ext.consul.WatchResult<T>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/consul/WatchResult<TT;>;>;

  private io.vertx.ext.consul.impl.WatchImpl$State<T> current;
    descriptor: Lio/vertx/ext/consul/impl/WatchImpl$State;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;

  protected final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.vertx.ext.consul.ConsulClient consulClient;
    descriptor: Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private void <init>(io.vertx.core.Vertx, io.vertx.ext.consul.ConsulClient);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClient;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.consul.ConsulClient consulClient
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.consul.impl.WatchImpl.started:Z
         2: .line 132
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
         3: .line 134
            aload 0 /* this */
            new io.vertx.ext.consul.impl.WatchImpl$State
            dup
            aconst_null
            lconst_0
            invokespecial io.vertx.ext.consul.impl.WatchImpl$State.<init>:(Ljava/lang/Object;J)V
            putfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
         4: .line 140
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.consul.impl.WatchImpl.vertx:Lio/vertx/core/Vertx;
         5: .line 141
            aload 0 /* this */
            aload 2 /* consulClient */
            putfield io.vertx.ext.consul.impl.WatchImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
         6: .line 142
            return
        end local 2 // io.vertx.ext.consul.ConsulClient consulClient
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    7     1         vertx  Lio/vertx/core/Vertx;
            0    7     2  consulClient  Lio/vertx/ext/consul/ConsulClient;
    MethodParameters:
              Name  Flags
      vertx         
      consulClient  

  abstract void wait(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.impl.WatchImpl$State<T>>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;>;>;)V
    MethodParameters:
         Name  Flags
      index    
      handler  

  public io.vertx.ext.consul.Watch<T> setHandler(io.vertx.core.Handler<io.vertx.ext.consul.WatchResult<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/Watch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 148
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.consul.impl.WatchImpl.handler:Lio/vertx/core/Handler;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/consul/WatchResult<TT;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/consul/WatchResult<TT;>;>;)Lio/vertx/ext/consul/Watch<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.ext.consul.Watch<T> start();
    descriptor: ()Lio/vertx/ext/consul/Watch;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.started:Z
            ifne 4
         1: .line 155
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.consul.impl.WatchImpl.started:Z
         2: .line 156
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 157
            goto 5
         4: .line 158
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Watch already started"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
    Signature: ()Lio/vertx/ext/consul/Watch<TT;>;

  public synchronized void stop();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.started:Z
            ifne 2
         1: .line 166
            new java.lang.IllegalStateException
            dup
            ldc "An unstarted watch"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
            ifeq 4
         3: .line 169
            new java.lang.IllegalStateException
            dup
            ldc "Watch already stopped"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
         5: .line 172
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            invokeinterface io.vertx.ext.consul.ConsulClient.close:()V
         6: .line 173
            return
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;

  private void go();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
         0: .line 176
            aload 0 /* this */
            lconst_0
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$1(Lio/vertx/ext/consul/impl/WatchImpl$State;)V (7)
                  (Lio/vertx/ext/consul/impl/WatchImpl$State;)V
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.fetch:(JLio/vertx/core/Handler;)V
         1: .line 187
            return
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;

  private void fetch(long, io.vertx.core.Handler<io.vertx.ext.consul.impl.WatchImpl$State<T>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // long cnt
        start local 3 // io.vertx.core.Handler result
         0: .line 190
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
            ifeq 2
         1: .line 191
            return
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
            getfield io.vertx.ext.consul.impl.WatchImpl$State.index:J
            aload 0 /* this */
            aload 3 /* result */
            lload 1 /* cnt */
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;Lio/vertx/core/Handler;J)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$4(Lio/vertx/core/Handler;JLio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.wait:(JLio/vertx/core/Handler;)V
         3: .line 209
            return
        end local 3 // io.vertx.core.Handler result
        end local 1 // long cnt
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    4     1     cnt  J
            0    4     3  result  Lio/vertx/core/Handler<Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;>;)V
    MethodParameters:
        Name  Flags
      cnt     
      result  

  private void sendSuccess(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // java.lang.Object prevValue
        start local 2 // java.lang.Object nextValue
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
            ifne 2
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 213
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.handler:Lio/vertx/core/Handler;
            new io.vertx.ext.consul.impl.WatchImpl$1
            dup
            aload 0 /* this */
            aload 1 /* prevValue */
            aload 2 /* nextValue */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$1.<init>:(Lio/vertx/ext/consul/impl/WatchImpl;Ljava/lang/Object;Ljava/lang/Object;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object nextValue
        end local 1 // java.lang.Object prevValue
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    3     1  prevValue  TT;
            0    3     2  nextValue  TT;
    Signature: (TT;TT;)V
    MethodParameters:
           Name  Flags
      prevValue  
      nextValue  

  private void sendFail(T, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // java.lang.Object prevValue
        start local 2 // java.lang.Throwable cause
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
            ifne 2
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 244
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.handler:Lio/vertx/core/Handler;
            new io.vertx.ext.consul.impl.WatchImpl$2
            dup
            aload 0 /* this */
            aload 1 /* prevValue */
            aload 2 /* cause */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$2.<init>:(Lio/vertx/ext/consul/impl/WatchImpl;Ljava/lang/Object;Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 271
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.Object prevValue
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    3     1  prevValue  TT;
            0    3     2      cause  Ljava/lang/Throwable;
    Signature: (TT;Ljava/lang/Throwable;)V
    MethodParameters:
           Name  Flags
      prevValue  
      cause      

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // java.lang.Void v
         0: .line 156
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.go:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$1(io.vertx.ext.consul.impl.WatchImpl$State);
    descriptor: (Lio/vertx/ext/consul/impl/WatchImpl$State;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // io.vertx.ext.consul.impl.WatchImpl$State newState
         0: .line 177
            aload 1 /* newState */
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
            invokevirtual io.vertx.ext.consul.impl.WatchImpl$State.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 179
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.vertx:Lio/vertx/core/Vertx;
            ldc 1000
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$2(Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            pop2
         2: .line 180
            goto 7
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
            astore 2 /* prevState */
        start local 2 // io.vertx.ext.consul.impl.WatchImpl$State prevState
         4: .line 182
            aload 0 /* this */
            aload 1 /* newState */
            putfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
         5: .line 183
            aload 0 /* this */
            aload 2 /* prevState */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            aload 1 /* newState */
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.sendSuccess:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$3(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
        end local 2 // io.vertx.ext.consul.impl.WatchImpl$State prevState
         7: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.ext.consul.impl.WatchImpl$State newState
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    8     1   newState  Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;
            4    7     2  prevState  Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;

  private void lambda$4(io.vertx.core.Handler, long, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;JLio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 4 // io.vertx.core.AsyncResult h
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.stopped:Z
            ifeq 2
         1: .line 195
            return
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 4 /* h */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         3: .line 198
            aload 1
            aload 4 /* h */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.consul.impl.WatchImpl$State
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 199
            goto 11
         5: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.current:Lio/vertx/ext/consul/impl/WatchImpl$State;
            getfield io.vertx.ext.consul.impl.WatchImpl$State.value:Ljava/lang/Object;
            aload 4 /* h */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.sendFail:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         6: .line 201
            lload 2
            lconst_1
            ladd
            lstore 5 /* newCnt */
        start local 5 // long newCnt
         7: .line 202
            lload 5 /* newCnt */
            lload 5 /* newCnt */
            lmul
            lstore 7 /* delay */
        start local 7 // long delay
         8: .line 203
            lload 7 /* delay */
            ldc 180
            lcmp
            ifle 10
         9: .line 204
            ldc 180
            lstore 7 /* delay */
        10: .line 206
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl.vertx:Lio/vertx/core/Vertx;
            lload 7 /* delay */
            ldc 1000
            lmul
            aload 0 /* this */
            lload 5 /* newCnt */
            aload 1
            invokedynamic handle(Lio/vertx/ext/consul/impl/WatchImpl;JLio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/consul/impl/WatchImpl.lambda$5(JLio/vertx/core/Handler;Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            pop2
        end local 7 // long delay
        end local 5 // long newCnt
        11: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult h
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0   12     4       h  Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<TT;>;>;
            7   11     5  newCnt  J
            8   11     7   delay  J

  private void lambda$2(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // java.lang.Long l
         0: .line 179
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.go:()V
            return
        end local 1 // java.lang.Long l
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    1     1     l  Ljava/lang/Long;

  private void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 1 // java.lang.Void v
         0: .line 184
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.go:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$5(long, io.vertx.core.Handler, java.lang.Long);
    descriptor: (JLio/vertx/core/Handler;Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.ext.consul.impl.WatchImpl this
        start local 4 // java.lang.Long l
         0: .line 206
            aload 0 /* this */
            lload 1
            aload 3
            invokevirtual io.vertx.ext.consul.impl.WatchImpl.fetch:(JLio/vertx/core/Handler;)V
            return
        end local 4 // java.lang.Long l
        end local 0 // io.vertx.ext.consul.impl.WatchImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/impl/WatchImpl<TT;>;
            0    1     4     l  Ljava/lang/Long;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/ext/consul/Watch<TT;>;
SourceFile: "WatchImpl.java"
NestMembers:
  io.vertx.ext.consul.impl.WatchImpl$1  io.vertx.ext.consul.impl.WatchImpl$2  io.vertx.ext.consul.impl.WatchImpl$Events  io.vertx.ext.consul.impl.WatchImpl$Key  io.vertx.ext.consul.impl.WatchImpl$KeyPrefix  io.vertx.ext.consul.impl.WatchImpl$Nodes  io.vertx.ext.consul.impl.WatchImpl$Service  io.vertx.ext.consul.impl.WatchImpl$Services  io.vertx.ext.consul.impl.WatchImpl$State
InnerClasses:
  io.vertx.ext.consul.impl.WatchImpl$1
  io.vertx.ext.consul.impl.WatchImpl$2
  public Events = io.vertx.ext.consul.impl.WatchImpl$Events of io.vertx.ext.consul.impl.WatchImpl
  public Key = io.vertx.ext.consul.impl.WatchImpl$Key of io.vertx.ext.consul.impl.WatchImpl
  public KeyPrefix = io.vertx.ext.consul.impl.WatchImpl$KeyPrefix of io.vertx.ext.consul.impl.WatchImpl
  public Nodes = io.vertx.ext.consul.impl.WatchImpl$Nodes of io.vertx.ext.consul.impl.WatchImpl
  public Service = io.vertx.ext.consul.impl.WatchImpl$Service of io.vertx.ext.consul.impl.WatchImpl
  public Services = io.vertx.ext.consul.impl.WatchImpl$Services of io.vertx.ext.consul.impl.WatchImpl
  State = io.vertx.ext.consul.impl.WatchImpl$State of io.vertx.ext.consul.impl.WatchImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles