public class io.vertx.reactivex.amqp.AmqpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.amqp.AmqpConnection
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.amqp.AmqpConnection> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/amqp/AmqpConnection;>;

  private final io.vertx.amqp.AmqpConnection delegate;
    descriptor: Lio/vertx/amqp/AmqpConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactivex/amqp/AmqpConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            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/reactivex/amqp/AmqpConnection.getDelegate()Lio/vertx/amqp/AmqpConnection; (5)
                  (Lio/vertx/reactivex/amqp/AmqpConnection;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.amqp.AmqpConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.amqp.AmqpConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.amqp.AmqpConnection that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.amqp.AmqpConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public void <init>(io.vertx.amqp.AmqpConnection);
    descriptor: (Lio/vertx/amqp/AmqpConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.amqp.AmqpConnection delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
         2: .line 77
            return
        end local 1 // io.vertx.amqp.AmqpConnection delegate
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    3     1  delegate  Lio/vertx/amqp/AmqpConnection;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.amqp.AmqpConnection
            putfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.amqp.AmqpConnection getDelegate();
    descriptor: ()Lio/vertx/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public io.vertx.reactivex.amqp.AmqpConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.amqp.AmqpConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.amqp.AmqpConnection close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler done
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* done */
            invokeinterface io.vertx.amqp.AmqpConnection.close:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler done
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  done  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
      Name  Flags
      done  

  public io.vertx.reactivex.amqp.AmqpConnection close();
    descriptor: ()Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 113
            aload 0 /* this */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.close:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 112
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 121
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public io.vertx.reactivex.amqp.AmqpConnection createReceiver(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpReceiver>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* address */
            new io.vertx.reactivex.amqp.AmqpConnection$1
            dup
            aload 0 /* this */
            aload 2 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$1.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1            address  Ljava/lang/String;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      address            
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createReceiver(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
         0: .line 154
            aload 0 /* this */
            aload 1 /* address */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 153
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpReceiver> rxCreateReceiver(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
         0: .line 164
            aload 0 /* this */
            aload 1 /* address */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$5(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    1     1  address  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpReceiver;>;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.reactivex.amqp.AmqpConnection createReceiver(java.lang.String, io.vertx.amqp.AmqpReceiverOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpReceiver>>);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* address */
            aload 2 /* receiverOptions */
            new io.vertx.reactivex.amqp.AmqpConnection$2
            dup
            aload 0 /* this */
            aload 3 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$2.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 186
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1            address  Ljava/lang/String;
            0    2     2    receiverOptions  Lio/vertx/amqp/AmqpReceiverOptions;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      address            
      receiverOptions    
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createReceiver(java.lang.String, io.vertx.amqp.AmqpReceiverOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
         0: .line 197
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* receiverOptions */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 196
            areturn
        end local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1          address  Ljava/lang/String;
            0    2     2  receiverOptions  Lio/vertx/amqp/AmqpReceiverOptions;
    MethodParameters:
                 Name  Flags
      address          
      receiverOptions  

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpReceiver> rxCreateReceiver(java.lang.String, io.vertx.amqp.AmqpReceiverOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
         0: .line 207
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* receiverOptions */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$7(Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.amqp.AmqpReceiverOptions receiverOptions
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    1     1          address  Ljava/lang/String;
            0    1     2  receiverOptions  Lio/vertx/amqp/AmqpReceiverOptions;
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpReceiver;>;
    MethodParameters:
                 Name  Flags
      address          
      receiverOptions  

  public io.vertx.reactivex.amqp.AmqpConnection createDynamicReceiver(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpReceiver>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            new io.vertx.reactivex.amqp.AmqpConnection$3
            dup
            aload 0 /* this */
            aload 1 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$3.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createDynamicReceiver:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createDynamicReceiver();
    descriptor: ()Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 240
            aload 0 /* this */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createDynamicReceiver:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 239
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpReceiver> rxCreateDynamicReceiver();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 250
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;
    Signature: ()Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpReceiver;>;

  public io.vertx.reactivex.amqp.AmqpConnection createSender(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpSender>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* address */
            new io.vertx.reactivex.amqp.AmqpConnection$4
            dup
            aload 0 /* this */
            aload 2 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$4.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 272
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1            address  Ljava/lang/String;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      address            
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createSender(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
         0: .line 283
            aload 0 /* this */
            aload 1 /* address */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 282
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpSender> rxCreateSender(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
         0: .line 293
            aload 0 /* this */
            aload 1 /* address */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    1     1  address  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpSender;>;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.reactivex.amqp.AmqpConnection createSender(java.lang.String, io.vertx.amqp.AmqpSenderOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpSender>>);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpSenderOptions options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            aload 1 /* address */
            aload 2 /* options */
            new io.vertx.reactivex.amqp.AmqpConnection$5
            dup
            aload 0 /* this */
            aload 3 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$5.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 316
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.amqp.AmqpSenderOptions options
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1            address  Ljava/lang/String;
            0    2     2            options  Lio/vertx/amqp/AmqpSenderOptions;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      address            
      options            
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createSender(java.lang.String, io.vertx.amqp.AmqpSenderOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpSenderOptions options
         0: .line 328
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* options */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 327
            areturn
        end local 2 // io.vertx.amqp.AmqpSenderOptions options
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  address  Ljava/lang/String;
            0    2     2  options  Lio/vertx/amqp/AmqpSenderOptions;
    MethodParameters:
         Name  Flags
      address  
      options  

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpSender> rxCreateSender(java.lang.String, io.vertx.amqp.AmqpSenderOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.amqp.AmqpSenderOptions options
         0: .line 339
            aload 0 /* this */
            aload 1 /* address */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$13(Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.amqp.AmqpSenderOptions options
        end local 1 // java.lang.String address
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    1     1  address  Ljava/lang/String;
            0    1     2  options  Lio/vertx/amqp/AmqpSenderOptions;
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpSender;>;
    MethodParameters:
         Name  Flags
      address  
      options  

  public io.vertx.reactivex.amqp.AmqpConnection createAnonymousSender(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.amqp.AmqpSender>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            new io.vertx.reactivex.amqp.AmqpConnection$6
            dup
            aload 0 /* this */
            aload 1 /* completionHandler */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection$6.<init>:(Lio/vertx/reactivex/amqp/AmqpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.amqp.AmqpConnection.createAnonymousSender:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
            pop
         1: .line 363
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;)Lio/vertx/reactivex/amqp/AmqpConnection;
    MethodParameters:
                   Name  Flags
      completionHandler  

  public io.vertx.reactivex.amqp.AmqpConnection createAnonymousSender();
    descriptor: ()Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 376
            aload 0 /* this */
            invokedynamic handle()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/reactivex/amqp/AmqpConnection.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createAnonymousSender:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
         1: .line 375
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;

  public io.reactivex.Single<io.vertx.reactivex.amqp.AmqpSender> rxCreateAnonymousSender();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 388
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/amqp/AmqpConnection;)Ljava/util/function/Consumer;
              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/reactivex/amqp/AmqpConnection.lambda$15(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;
    Signature: ()Lio/reactivex/Single<Lio/vertx/reactivex/amqp/AmqpSender;>;

  public boolean isDisconnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpConnection.delegate:Lio/vertx/amqp/AmqpConnection;
            invokeinterface io.vertx.amqp.AmqpConnection.isDisconnected:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 398
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpConnection;
            1    2     1   ret  Z

  public static io.vertx.reactivex.amqp.AmqpConnection newInstance(io.vertx.amqp.AmqpConnection);
    descriptor: (Lio/vertx/amqp/AmqpConnection;)Lio/vertx/reactivex/amqp/AmqpConnection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.amqp.AmqpConnection arg
         0: .line 402
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.amqp.AmqpConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.amqp.AmqpConnection.<init>:(Lio/vertx/amqp/AmqpConnection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.amqp.AmqpConnection
         2: areturn
        end local 0 // io.vertx.amqp.AmqpConnection arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/amqp/AmqpConnection;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 69
            new io.vertx.reactivex.amqp.AmqpConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.amqp.AmqpConnection
            invokespecial io.vertx.reactivex.amqp.AmqpConnection.<init>:(Lio/vertx/amqp/AmqpConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 113
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$3(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 122
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.close:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 123
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 154
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;

  private void lambda$5(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 165
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 166
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 197
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;

  private void lambda$7(java.lang.String, io.vertx.amqp.AmqpReceiverOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 208
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createReceiver:(Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 209
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 240
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 251
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createDynamicReceiver:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 252
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpReceiver;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 283
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;

  private void lambda$11(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 294
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 295
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 328
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;

  private void lambda$13(java.lang.String, io.vertx.amqp.AmqpSenderOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 340
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createSender:(Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 341
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 376
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;

  private void lambda$15(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 389
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.amqp.AmqpConnection.createAnonymousSender:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/amqp/AmqpConnection;
            pop
         1: .line 390
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.amqp.AmqpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/amqp/AmqpConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/amqp/AmqpSender;>;>;
}
SourceFile: "AmqpConnection.java"
NestMembers:
  io.vertx.reactivex.amqp.AmqpConnection$1  io.vertx.reactivex.amqp.AmqpConnection$2  io.vertx.reactivex.amqp.AmqpConnection$3  io.vertx.reactivex.amqp.AmqpConnection$4  io.vertx.reactivex.amqp.AmqpConnection$5  io.vertx.reactivex.amqp.AmqpConnection$6
InnerClasses:
  io.vertx.reactivex.amqp.AmqpConnection$1
  io.vertx.reactivex.amqp.AmqpConnection$2
  io.vertx.reactivex.amqp.AmqpConnection$3
  io.vertx.reactivex.amqp.AmqpConnection$4
  io.vertx.reactivex.amqp.AmqpConnection$5
  io.vertx.reactivex.amqp.AmqpConnection$6
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/amqp/AmqpConnection;)