public abstract class io.vertx.serviceproxy.ProxyHandler implements io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.serviceproxy.ProxyHandler
  super_class: java.lang.Object
{
  protected boolean closed;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> consumer;
    descriptor: Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;

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

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.serviceproxy.ProxyHandler.consumer:Lio/vertx/core/eventbus/MessageConsumer;
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
         1: .line 40
            aload 0 /* this */
            iconst_1
            putfield io.vertx.serviceproxy.ProxyHandler.closed:Z
         2: .line 41
            return
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/serviceproxy/ProxyHandler;

  public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> register(io.vertx.core.eventbus.EventBus, java.lang.String);
    descriptor: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
        start local 1 // io.vertx.core.eventbus.EventBus eventBus
        start local 2 // java.lang.String address
         0: .line 50
            aload 0 /* this */
            aload 1 /* eventBus */
            aload 2 /* address */
            aconst_null
            invokevirtual io.vertx.serviceproxy.ProxyHandler.register:(Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List;)Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.eventbus.EventBus eventBus
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/serviceproxy/ProxyHandler;
            0    1     1  eventBus  Lio/vertx/core/eventbus/EventBus;
            0    1     2   address  Ljava/lang/String;
    Signature: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
          Name  Flags
      eventBus  
      address   

  public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocal(io.vertx.core.eventbus.EventBus, java.lang.String);
    descriptor: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
        start local 1 // io.vertx.core.eventbus.EventBus eventBus
        start local 2 // java.lang.String address
         0: .line 61
            aload 0 /* this */
            aload 1 /* eventBus */
            aload 2 /* address */
            aconst_null
            invokevirtual io.vertx.serviceproxy.ProxyHandler.registerLocal:(Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List;)Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.eventbus.EventBus eventBus
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/serviceproxy/ProxyHandler;
            0    1     1  eventBus  Lio/vertx/core/eventbus/EventBus;
            0    1     2   address  Ljava/lang/String;
    Signature: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
          Name  Flags
      eventBus  
      address   

  public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> register(io.vertx.core.eventbus.EventBus, java.lang.String, java.util.List<java.util.function.Function<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>, io.vertx.core.Future<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>>>);
    descriptor: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
        start local 1 // io.vertx.core.eventbus.EventBus eventBus
        start local 2 // java.lang.String address
        start local 3 // java.util.List interceptors
         0: .line 72
            aload 0 /* this */
            aload 3 /* interceptors */
            invokevirtual io.vertx.serviceproxy.ProxyHandler.configureHandler:(Ljava/util/List;)Lio/vertx/core/Handler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 73
            aload 0 /* this */
            aload 1 /* eventBus */
            aload 2 /* address */
            aload 4 /* handler */
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            putfield io.vertx.serviceproxy.ProxyHandler.consumer:Lio/vertx/core/eventbus/MessageConsumer;
         2: .line 74
            aload 0 /* this */
            getfield io.vertx.serviceproxy.ProxyHandler.consumer:Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List interceptors
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.eventbus.EventBus eventBus
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/serviceproxy/ProxyHandler;
            0    3     1      eventBus  Lio/vertx/core/eventbus/EventBus;
            0    3     2       address  Ljava/lang/String;
            0    3     3  interceptors  Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;
            1    3     4       handler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
              Name  Flags
      eventBus      
      address       
      interceptors  

  public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocal(io.vertx.core.eventbus.EventBus, java.lang.String, java.util.List<java.util.function.Function<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>, io.vertx.core.Future<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>>>);
    descriptor: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
        start local 1 // io.vertx.core.eventbus.EventBus eventBus
        start local 2 // java.lang.String address
        start local 3 // java.util.List interceptors
         0: .line 86
            aload 0 /* this */
            aload 3 /* interceptors */
            invokevirtual io.vertx.serviceproxy.ProxyHandler.configureHandler:(Ljava/util/List;)Lio/vertx/core/Handler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 87
            aload 0 /* this */
            aload 1 /* eventBus */
            aload 2 /* address */
            aload 4 /* handler */
            invokeinterface io.vertx.core.eventbus.EventBus.localConsumer:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            putfield io.vertx.serviceproxy.ProxyHandler.consumer:Lio/vertx/core/eventbus/MessageConsumer;
         2: .line 88
            aload 0 /* this */
            getfield io.vertx.serviceproxy.ProxyHandler.consumer:Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List interceptors
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.eventbus.EventBus eventBus
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/serviceproxy/ProxyHandler;
            0    3     1      eventBus  Lio/vertx/core/eventbus/EventBus;
            0    3     2       address  Ljava/lang/String;
            0    3     3  interceptors  Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;
            1    3     4       handler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
              Name  Flags
      eventBus      
      address       
      interceptors  

  private io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>> configureHandler(java.util.List<java.util.function.Function<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>, io.vertx.core.Future<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>>>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.serviceproxy.ProxyHandler this
        start local 1 // java.util.List interceptors
         0: .line 92
            aload 0 /* this */
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         1: .line 93
            aload 1 /* interceptors */
            ifnull 7
         2: .line 94
            aload 1 /* interceptors */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: io.vertx.serviceproxy.ProxyHandler java.util.List io.vertx.core.Handler top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.function.Function
            astore 3 /* interceptor */
        start local 3 // java.util.function.Function interceptor
         4: .line 95
            aload 2 /* handler */
            astore 5 /* prev */
        start local 5 // io.vertx.core.Handler prev
         5: .line 96
            aload 3 /* interceptor */
            aload 5 /* prev */
            invokedynamic handle(Ljava/util/function/Function;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/serviceproxy/ProxyHandler.lambda$0(Ljava/util/function/Function;Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            astore 2 /* handler */
        end local 5 // io.vertx.core.Handler prev
        end local 3 // java.util.function.Function interceptor
         6: .line 94
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 109
      StackMap locals: io.vertx.serviceproxy.ProxyHandler java.util.List io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List interceptors
        end local 0 // io.vertx.serviceproxy.ProxyHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/serviceproxy/ProxyHandler;
            0    8     1  interceptors  Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;
            1    8     2       handler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            4    6     3   interceptor  Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;
            5    6     5          prev  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/util/List<Ljava/util/function/Function<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;>;>;)Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
    MethodParameters:
              Name  Flags
      interceptors  

  private static void lambda$0(java.util.function.Function, io.vertx.core.Handler, io.vertx.core.eventbus.Message);
    descriptor: (Ljava/util/function/Function;Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 2 // io.vertx.core.eventbus.Message msg
         0: .line 97
            aload 0
            aload 2 /* msg */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Future
            astore 3 /* fut */
        start local 3 // io.vertx.core.Future fut
         1: .line 98
            aload 3 /* fut */
            aload 1
            aload 2 /* msg */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;)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/serviceproxy/ProxyHandler.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        end local 3 // io.vertx.core.Future fut
         2: .line 106
            return
        end local 2 // io.vertx.core.eventbus.Message msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2   msg  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            1    2     3   fut  Lio/vertx/core/Future<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$1(io.vertx.core.Handler, io.vertx.core.eventbus.Message, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/eventbus/Message;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 99
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 100
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 101
            goto 5
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            checkcast io.vertx.core.eventbus.ReplyException
            astore 3 /* exception */
        start local 3 // io.vertx.core.eventbus.ReplyException exception
         4: .line 103
            aload 1
            aload 3 /* exception */
            invokevirtual io.vertx.core.eventbus.ReplyException.failureCode:()I
            aload 3 /* exception */
            invokevirtual io.vertx.core.eventbus.ReplyException.getMessage:()Ljava/lang/String;
            invokeinterface io.vertx.core.eventbus.Message.fail:(ILjava/lang/String;)V
        end local 3 // io.vertx.core.eventbus.ReplyException exception
         5: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     2         ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
            4    5     3  exception  Lio/vertx/core/eventbus/ReplyException;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
SourceFile: "ProxyHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles