public class io.vertx.serviceproxy.ProxyHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.serviceproxy.ProxyHelper
  super_class: java.lang.Object
{
  public static final long DEFAULT_CONNECTION_TIMEOUT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 300

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.serviceproxy.ProxyHelper this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.serviceproxy.ProxyHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/serviceproxy/ProxyHelper;

  public static <T> T createProxy(java.lang.Class<T>, io.vertx.core.Vertx, java.lang.String);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String address
         0: .line 35
            new io.vertx.serviceproxy.ServiceProxyBuilder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceProxyBuilder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 36
            aload 2 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceProxyBuilder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceProxyBuilder;
         2: .line 37
            aload 0 /* clazz */
            invokevirtual io.vertx.serviceproxy.ServiceProxyBuilder.build:(Ljava/lang/Class;)Ljava/lang/Object;
         3: .line 35
            areturn
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0    clazz  Ljava/lang/Class<TT;>;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2  address  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;Ljava/lang/String;)TT;
    MethodParameters:
         Name  Flags
      clazz    
      vertx    
      address  

  public static <T> T createProxy(java.lang.Class<T>, io.vertx.core.Vertx, java.lang.String, io.vertx.core.eventbus.DeliveryOptions);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/eventbus/DeliveryOptions;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String address
        start local 3 // io.vertx.core.eventbus.DeliveryOptions options
         0: .line 41
            new io.vertx.serviceproxy.ServiceProxyBuilder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceProxyBuilder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 42
            aload 2 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceProxyBuilder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceProxyBuilder;
         2: .line 43
            aload 3 /* options */
            invokevirtual io.vertx.serviceproxy.ServiceProxyBuilder.setOptions:(Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/serviceproxy/ServiceProxyBuilder;
         3: .line 44
            aload 0 /* clazz */
            invokevirtual io.vertx.serviceproxy.ServiceProxyBuilder.build:(Ljava/lang/Class;)Ljava/lang/Object;
         4: .line 41
            areturn
        end local 3 // io.vertx.core.eventbus.DeliveryOptions options
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0    clazz  Ljava/lang/Class<TT;>;
            0    5     1    vertx  Lio/vertx/core/Vertx;
            0    5     2  address  Ljava/lang/String;
            0    5     3  options  Lio/vertx/core/eventbus/DeliveryOptions;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/eventbus/DeliveryOptions;)TT;
    MethodParameters:
         Name  Flags
      clazz    
      vertx    
      address  
      options  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
         0: .line 60
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 61
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 62
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.register:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         3: .line 60
            areturn
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0    clazz  Ljava/lang/Class<TT;>;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2  service  TT;
            0    4     3  address  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      clazz    
      vertx    
      service  
      address  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String, long);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;J)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
        start local 4 // long timeoutSeconds
         0: .line 67
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 68
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 69
            lload 4 /* timeoutSeconds */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTimeoutSeconds:(J)Lio/vertx/serviceproxy/ServiceBinder;
         3: .line 70
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.register:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         4: .line 67
            areturn
        end local 4 // long timeoutSeconds
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0           clazz  Ljava/lang/Class<TT;>;
            0    5     1           vertx  Lio/vertx/core/Vertx;
            0    5     2         service  TT;
            0    5     3         address  Ljava/lang/String;
            0    5     4  timeoutSeconds  J
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;J)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                Name  Flags
      clazz           
      vertx           
      service         
      address         
      timeoutSeconds  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String, boolean, long);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;ZJ)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
        start local 4 // boolean topLevel
        start local 5 // long timeoutSeconds
         0: .line 76
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 77
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 78
            iload 4 /* topLevel */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTopLevel:(Z)Lio/vertx/serviceproxy/ServiceBinder;
         3: .line 79
            lload 5 /* timeoutSeconds */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTimeoutSeconds:(J)Lio/vertx/serviceproxy/ServiceBinder;
         4: .line 80
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.register:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         5: .line 76
            areturn
        end local 5 // long timeoutSeconds
        end local 4 // boolean topLevel
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0           clazz  Ljava/lang/Class<TT;>;
            0    6     1           vertx  Lio/vertx/core/Vertx;
            0    6     2         service  TT;
            0    6     3         address  Ljava/lang/String;
            0    6     4        topLevel  Z
            0    6     5  timeoutSeconds  J
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;ZJ)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                Name  Flags
      clazz           
      vertx           
      service         
      address         
      topLevel        
      timeoutSeconds  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocalService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
         0: .line 95
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 96
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 97
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.registerLocal:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         3: .line 95
            areturn
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0    clazz  Ljava/lang/Class<TT;>;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2  service  TT;
            0    4     3  address  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      clazz    
      vertx    
      service  
      address  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocalService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String, long);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;J)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
        start local 4 // long timeoutSeconds
         0: .line 102
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 103
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 104
            lload 4 /* timeoutSeconds */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTimeoutSeconds:(J)Lio/vertx/serviceproxy/ServiceBinder;
         3: .line 105
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.registerLocal:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         4: .line 102
            areturn
        end local 4 // long timeoutSeconds
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0           clazz  Ljava/lang/Class<TT;>;
            0    5     1           vertx  Lio/vertx/core/Vertx;
            0    5     2         service  TT;
            0    5     3         address  Ljava/lang/String;
            0    5     4  timeoutSeconds  J
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;J)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                Name  Flags
      clazz           
      vertx           
      service         
      address         
      timeoutSeconds  

  public static <T> io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocalService(java.lang.Class<T>, io.vertx.core.Vertx, T, java.lang.String, boolean, long);
    descriptor: (Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/Object;Ljava/lang/String;ZJ)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // java.lang.Class clazz
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Object service
        start local 3 // java.lang.String address
        start local 4 // boolean topLevel
        start local 5 // long timeoutSeconds
         0: .line 111
            new io.vertx.serviceproxy.ServiceBinder
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.serviceproxy.ServiceBinder.<init>:(Lio/vertx/core/Vertx;)V
         1: .line 112
            aload 3 /* address */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setAddress:(Ljava/lang/String;)Lio/vertx/serviceproxy/ServiceBinder;
         2: .line 113
            iload 4 /* topLevel */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTopLevel:(Z)Lio/vertx/serviceproxy/ServiceBinder;
         3: .line 114
            lload 5 /* timeoutSeconds */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.setTimeoutSeconds:(J)Lio/vertx/serviceproxy/ServiceBinder;
         4: .line 115
            aload 0 /* clazz */
            aload 2 /* service */
            invokevirtual io.vertx.serviceproxy.ServiceBinder.registerLocal:(Ljava/lang/Class;Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageConsumer;
         5: .line 111
            areturn
        end local 5 // long timeoutSeconds
        end local 4 // boolean topLevel
        end local 3 // java.lang.String address
        end local 2 // java.lang.Object service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0           clazz  Ljava/lang/Class<TT;>;
            0    6     1           vertx  Lio/vertx/core/Vertx;
            0    6     2         service  TT;
            0    6     3         address  Ljava/lang/String;
            0    6     4        topLevel  Z
            0    6     5  timeoutSeconds  J
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lio/vertx/core/Vertx;TT;Ljava/lang/String;ZJ)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                Name  Flags
      clazz           
      vertx           
      service         
      address         
      topLevel        
      timeoutSeconds  

  public static void unregisterService(io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageConsumer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.MessageConsumer consumer
         0: .line 124
            aload 0 /* consumer */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 125
            aload 0 /* consumer */
            instanceof io.vertx.serviceproxy.ProxyHandler
            ifeq 4
         2: .line 126
            aload 0 /* consumer */
            checkcast io.vertx.serviceproxy.ProxyHandler
            invokevirtual io.vertx.serviceproxy.ProxyHandler.close:()V
         3: .line 127
            goto 5
         4: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* consumer */
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
         5: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.eventbus.MessageConsumer consumer
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  consumer  Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      consumer  
}
SourceFile: "ProxyHelper.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()