public class io.vertx.ext.consul.impl.WatchImpl$Service extends io.vertx.ext.consul.impl.WatchImpl<io.vertx.ext.consul.ServiceEntryList>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.impl.WatchImpl$Service
  super_class: io.vertx.ext.consul.impl.WatchImpl
{
  private final java.lang.String service;
    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$Service this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Vertx vertx
        start local 3 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 85
            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 86
            aload 0 /* this */
            aload 1 /* service */
            putfield io.vertx.ext.consul.impl.WatchImpl$Service.service:Ljava/lang/String;
         2: .line 87
            return
        end local 3 // io.vertx.ext.consul.ConsulClientOptions options
        end local 2 // io.vertx.core.Vertx vertx
        end local 1 // java.lang.String service
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$Service this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/impl/WatchImpl$Service;
            0    3     1  service  Ljava/lang/String;
            0    3     2    vertx  Lio/vertx/core/Vertx;
            0    3     3  options  Lio/vertx/ext/consul/ConsulClientOptions;
    MethodParameters:
         Name  Flags
      service  
      vertx    
      options  

  void wait(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.impl.WatchImpl$State<io.vertx.ext.consul.ServiceEntryList>>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.vertx.ext.consul.impl.WatchImpl$Service this
        start local 1 // long index
        start local 3 // io.vertx.core.Handler handler
         0: .line 91
            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 /* bOpts */
        start local 4 // io.vertx.ext.consul.BlockingQueryOptions bOpts
         1: .line 92
            new io.vertx.ext.consul.ServiceQueryOptions
            dup
            invokespecial io.vertx.ext.consul.ServiceQueryOptions.<init>:()V
            aload 4 /* bOpts */
            invokevirtual io.vertx.ext.consul.ServiceQueryOptions.setBlockingOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/ext/consul/ServiceQueryOptions;
            astore 5 /* sOpts */
        start local 5 // io.vertx.ext.consul.ServiceQueryOptions sOpts
         2: .line 93
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$Service.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.WatchImpl$Service.service:Ljava/lang/String;
            iconst_0
            aload 5 /* sOpts */
            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$Service.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.consul.ConsulClient.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         3: .line 95
            return
        end local 5 // io.vertx.ext.consul.ServiceQueryOptions sOpts
        end local 4 // io.vertx.ext.consul.BlockingQueryOptions bOpts
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long index
        end local 0 // io.vertx.ext.consul.impl.WatchImpl$Service this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/consul/impl/WatchImpl$Service;
            0    4     1    index  J
            0    4     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<Lio/vertx/ext/consul/ServiceEntryList;>;>;>;
            1    4     4    bOpts  Lio/vertx/ext/consul/BlockingQueryOptions;
            2    4     5    sOpts  Lio/vertx/ext/consul/ServiceQueryOptions;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/impl/WatchImpl$State<Lio/vertx/ext/consul/ServiceEntryList;>;>;>;)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 94
            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$Service.lambda$1(Lio/vertx/ext/consul/ServiceEntryList;)Lio/vertx/ext/consul/impl/WatchImpl$State; (6)
                  (Lio/vertx/ext/consul/ServiceEntryList;)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/ServiceEntryList;>;

  private static io.vertx.ext.consul.impl.WatchImpl$State lambda$1(io.vertx.ext.consul.ServiceEntryList);
    descriptor: (Lio/vertx/ext/consul/ServiceEntryList;)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.ServiceEntryList services
         0: .line 94
            new io.vertx.ext.consul.impl.WatchImpl$State
            dup
            aload 0 /* services */
            aload 0 /* services */
            invokevirtual io.vertx.ext.consul.ServiceEntryList.getIndex:()J
            invokespecial io.vertx.ext.consul.impl.WatchImpl$State.<init>:(Ljava/lang/Object;J)V
            areturn
        end local 0 // io.vertx.ext.consul.ServiceEntryList services
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  services  Lio/vertx/ext/consul/ServiceEntryList;
}
Signature: Lio/vertx/ext/consul/impl/WatchImpl<Lio/vertx/ext/consul/ServiceEntryList;>;
SourceFile: "WatchImpl.java"
NestHost: io.vertx.ext.consul.impl.WatchImpl
InnerClasses:
  public Service = io.vertx.ext.consul.impl.WatchImpl$Service 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