public interface io.vertx.ext.consul.Watch<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.consul.Watch
  super_class: java.lang.Object
{
  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.KeyValue> key(java.lang.String, io.vertx.core.Vertx);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String key
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 45
            aload 0 /* key */
            aload 1 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokestatic io.vertx.ext.consul.Watch.key:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0    key  Ljava/lang/String;
            0    1     1  vertx  Lio/vertx/core/Vertx;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
       Name  Flags
      key    
      vertx  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.KeyValue> key(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;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String key
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 58
            new io.vertx.ext.consul.impl.WatchImpl$Key
            dup
            aload 0 /* key */
            aload 1 /* vertx */
            aload 2 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Key.<init>:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 2 // io.vertx.ext.consul.ConsulClientOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0      key  Ljava/lang/String;
            0    1     1    vertx  Lio/vertx/core/Vertx;
            0    1     2  options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
         Name  Flags
      key      
      vertx    
      options  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.KeyValueList> keyPrefix(java.lang.String, io.vertx.core.Vertx);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String keyPrefix
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 71
            aload 0 /* keyPrefix */
            aload 1 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokestatic io.vertx.ext.consul.Watch.keyPrefix:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String keyPrefix
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  keyPrefix  Ljava/lang/String;
            0    1     1      vertx  Lio/vertx/core/Vertx;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      vertx      

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.KeyValueList> keyPrefix(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;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String keyPrefix
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 84
            new io.vertx.ext.consul.impl.WatchImpl$KeyPrefix
            dup
            aload 0 /* keyPrefix */
            aload 1 /* vertx */
            aload 2 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$KeyPrefix.<init>:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 2 // io.vertx.ext.consul.ConsulClientOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String keyPrefix
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  keyPrefix  Ljava/lang/String;
            0    1     1      vertx  Lio/vertx/core/Vertx;
            0    1     2    options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      vertx      
      options    

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.ServiceList> services(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 96
            aload 0 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokestatic io.vertx.ext.consul.Watch.services:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    Signature: (Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.ServiceList> services(io.vertx.core.Vertx, io.vertx.ext.consul.ConsulClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 108
            new io.vertx.ext.consul.impl.WatchImpl$Services
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Services.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 1 // io.vertx.ext.consul.ConsulClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.ServiceEntryList> service(java.lang.String, io.vertx.core.Vertx);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String service
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 121
            aload 0 /* service */
            aload 1 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokestatic io.vertx.ext.consul.Watch.service:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String service
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  service  Ljava/lang/String;
            0    1     1    vertx  Lio/vertx/core/Vertx;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      vertx    

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.ServiceEntryList> service(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;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String service
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 134
            new io.vertx.ext.consul.impl.WatchImpl$Service
            dup
            aload 0 /* service */
            aload 1 /* vertx */
            aload 2 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Service.<init>:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 2 // io.vertx.ext.consul.ConsulClientOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String service
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  service  Ljava/lang/String;
            0    1     1    vertx  Lio/vertx/core/Vertx;
            0    1     2  options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      vertx    
      options  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.EventList> events(java.lang.String, io.vertx.core.Vertx);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String event
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 147
            aload 0 /* event */
            aload 1 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokestatic io.vertx.ext.consul.Watch.events:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  event  Ljava/lang/String;
            0    1     1  vertx  Lio/vertx/core/Vertx;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/EventList;>;
    MethodParameters:
       Name  Flags
      event  
      vertx  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.EventList> events(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;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String event
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 160
            new io.vertx.ext.consul.impl.WatchImpl$Events
            dup
            aload 0 /* event */
            aload 1 /* vertx */
            aload 2 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Events.<init>:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 2 // io.vertx.ext.consul.ConsulClientOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.String event
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    event  Ljava/lang/String;
            0    1     1    vertx  Lio/vertx/core/Vertx;
            0    1     2  options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/EventList;>;
    MethodParameters:
         Name  Flags
      event    
      vertx    
      options  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.NodeList> nodes(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 172
            new io.vertx.ext.consul.impl.WatchImpl$Nodes
            dup
            aload 0 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Nodes.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    Signature: (Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/NodeList;>;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.consul.Watch<io.vertx.ext.consul.NodeList> nodes(io.vertx.core.Vertx, io.vertx.ext.consul.ConsulClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 184
            new io.vertx.ext.consul.impl.WatchImpl$Nodes
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.consul.impl.WatchImpl$Nodes.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 1 // io.vertx.ext.consul.ConsulClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/consul/ConsulClientOptions;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/Watch<Lio/vertx/ext/consul/NodeList;>;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/consul/WatchResult<TT;>;>;)Lio/vertx/ext/consul/Watch<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.consul.Watch<T> start();
    descriptor: ()Lio/vertx/ext/consul/Watch;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/ext/consul/Watch<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract void stop();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Watch.java"
InnerClasses:
  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
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()