public class io.vertx.ext.consul.impl.WatchImpl$Key extends io.vertx.ext.consul.impl.WatchImpl<io.vertx.ext.consul.KeyValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.impl.WatchImpl$Key
  super_class: io.vertx.ext.consul.impl.WatchImpl
{
  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, io.vertx.core.Vertx, io.vertx.ext.consul.ConsulClientOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$Key this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Vertx vertx
        start local 3 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 37
            aload 0 /* this */
            aload 2 /* vertx */
            aload 2 /* vertx */
            aload 3 /* options */
            invokestatic io.vertx.ext.consul.ConsulClient.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/ConsulClient;
            invokespecial io.vertx.ext.consul.impl.WatchImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClient;)V
         1: .line 38
            aload 0 /* this */
            aload 1 /* key */
            putfield io.vertx.ext.consul.impl.WatchImpl$Key.key:Ljava/lang/String;
         2: .line 39
            return
        end local 3 // io.vertx.ext.consul.ConsulClientOptions options
        end local 2 // io.vertx.core.Vertx vertx
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$Key this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/impl/WatchImpl$Key;
            0    3     1      key  Ljava/lang/String;
            0    3     2    vertx  Lio/vertx/core/Vertx;
            0    3     3  options  Lio/vertx/ext/consul/ConsulClientOptions;
    MethodParameters:
         Name  Flags
      key      
      vertx    
      options  

  void wait(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.impl.WatchImpl$State<io.vertx.ext.consul.KeyValue>>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$Key this
        start local 1 // long index
        start local 3 // io.vertx.core.Handler handler
         0: .line 43
            new io.vertx.ext.consul.BlockingQueryOptions
            dup
            invokespecial io.vertx.ext.consul.BlockingQueryOptions.<init>:()V
            ldc "10m"
            invokevirtual io.vertx.ext.consul.BlockingQueryOptions.setWait:(Ljava/lang/String;)Lio/vertx/ext/consul/BlockingQueryOptions;
            lload 1 /* index */
            invokevirtual io.vertx.ext.consul.BlockingQueryOptions.setIndex:(J)Lio/vertx/ext/consul/BlockingQueryOptions;
            astore 4 /* options */
        start local 4 // io.vertx.ext.consul.BlockingQueryOptions options
         1: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$Key.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$Key.key:Ljava/lang/String;
            aload 4 /* options */
            aload 3 /* handler */
            invokedynamic handle(Lio/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$Key.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.consul.ConsulClient.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         2: .line 46
            return
        end local 4 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long index
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$Key this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/impl/WatchImpl$Key;
            0    3     1    index  J
            0    3     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<Lio/vertx/ext/consul/KeyValue;>;>;>;
            1    3     4  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<Lio/vertx/ext/consul/KeyValue;>;>;>;)V
    MethodParameters:
         Name  Flags
      index    
      handler  

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult h
         0: .line 45
            aload 0
            aload 1 /* h */
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/ext/consul/impl/WatchImpl$Key.lambda$1(Lio/vertx/ext/consul/KeyValue;)Lio/vertx/ext/consul/impl/WatchImpl$State; (6)
                  (Lio/vertx/ext/consul/KeyValue;)Lio/vertx/ext/consul/impl/WatchImpl$State;
            invokeinterface io.vertx.core.AsyncResult.map:(Ljava/util/function/Function;)Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.AsyncResult h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     h  Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;

  private static io.vertx.ext.consul.impl.WatchImpl$State lambda$1(io.vertx.ext.consul.KeyValue);
    descriptor: (Lio/vertx/ext/consul/KeyValue;)Lio/vertx/ext/consul/impl/WatchImpl$State;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.KeyValue kv
         0: .line 45
            new io.vertx.ext.consul.impl.WatchImpl$State
            dup
            aload 0 /* kv */
            aload 0 /* kv */
            invokevirtual io.vertx.ext.consul.KeyValue.getModifyIndex:()J
            invokespecial io.vertx.ext.consul.impl.WatchImpl$State.<init>:(Ljava/lang/Object;J)V
            areturn
        end local 0 // io.vertx.ext.consul.KeyValue kv
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    kv  Lio/vertx/ext/consul/KeyValue;
}
Signature: Lio/vertx/ext/consul/impl/WatchImpl<Lio/vertx/ext/consul/KeyValue;>;
SourceFile: "WatchImpl.java"
NestHost: io.vertx.ext.consul.impl.WatchImpl
InnerClasses:
  public Key = io.vertx.ext.consul.impl.WatchImpl$Key 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