public class io.vertx.reactivex.ext.stomp.StompClientConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.stomp.StompClientConnection
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.stomp.StompClientConnection> __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/ext/stomp/StompClientConnection;>;

  private final io.vertx.ext.stomp.StompClientConnection delegate;
    descriptor: Lio/vertx/ext/stomp/StompClientConnection;
    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 58
            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/ext/stomp/StompClientConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 59
            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/ext/stomp/StompClientConnection.getDelegate()Lio/vertx/ext/stomp/StompClientConnection; (5)
                  (Lio/vertx/reactivex/ext/stomp/StompClientConnection;)Ljava/lang/Object;
         2: .line 58
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.stomp.StompClientConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 60
            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.ext.stomp.StompClientConnection this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;

  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.ext.stomp.StompClientConnection this
        start local 1 // java.lang.Object o
         0: .line 47
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 48
      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 49
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.stomp.StompClientConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.stomp.StompClientConnection that
         4: .line 50
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.stomp.StompClientConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    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.ext.stomp.StompClientConnection this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;

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

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

  public java.lang.String session();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.session:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 77
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String version();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.version:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 85
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            1    2     1   ret  Ljava/lang/String;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.close:()V
         1: .line 93
            return
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;

  public java.lang.String server();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.server:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 100
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.util.Map<java.lang.String, java.lang.String>, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Ljava/util/Map;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.util.Map headers
        start local 2 // io.vertx.reactivex.core.buffer.Buffer body
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* headers */
            aload 2 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 111
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer body
        end local 1 // java.util.Map headers
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     2     body  Lio/vertx/reactivex/core/buffer/Buffer;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      headers  
      body     

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.util.Map<java.lang.String, java.lang.String>, io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/util/Map;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.util.Map headers
        start local 2 // io.vertx.reactivex.core.buffer.Buffer body
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* headers */
            aload 2 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/util/Map;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 123
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // io.vertx.reactivex.core.buffer.Buffer body
        end local 1 // java.util.Map headers
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     2            body  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      headers         
      body            
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.lang.String, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // io.vertx.reactivex.core.buffer.Buffer body
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer body
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
            0    2     2         body  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
             Name  Flags
      destination  
      body         

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // io.vertx.reactivex.core.buffer.Buffer body
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 146
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // io.vertx.reactivex.core.buffer.Buffer body
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2            body  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      destination     
      body            
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.ext.stomp.Frame frame
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* frame */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  frame  Lio/vertx/ext/stomp/Frame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(io.vertx.ext.stomp.Frame, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.ext.stomp.Frame frame
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* frame */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 167
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1           frame  Lio/vertx/ext/stomp/Frame;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      frame           
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.reactivex.core.buffer.Buffer body
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            aload 3 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 179
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.reactivex.core.buffer.Buffer body
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
            0    2     2      headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3         body  Lio/vertx/reactivex/core/buffer/Buffer;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
             Name  Flags
      destination  
      headers      
      body         

  public io.vertx.reactivex.ext.stomp.StompClientConnection send(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.reactivex.core.buffer.Buffer body
        start local 4 // io.vertx.core.Handler receiptHandler
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            aload 3 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 4 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.send:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 192
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler receiptHandler
        end local 3 // io.vertx.reactivex.core.buffer.Buffer body
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3            body  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     4  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      destination     
      headers         
      body            
      receiptHandler  

  public java.lang.String subscribe(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // io.vertx.core.Handler handler
         0: .line 202
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.subscribe:(Ljava/lang/String;Lio/vertx/core/Handler;)Ljava/lang/String;
            astore 3 /* ret */
        start local 3 // java.lang.String ret
         1: .line 203
            aload 3 /* ret */
            areturn
        end local 3 // java.lang.String ret
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
            0    2     2      handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            1    2     3          ret  Ljava/lang/String;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Ljava/lang/String;
    MethodParameters:
             Name  Flags
      destination  
      handler      

  public java.lang.String subscribe(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // io.vertx.core.Handler handler
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* handler */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.subscribe:(Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Ljava/lang/String;
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         1: .line 215
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2         handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            1    2     4             ret  Ljava/lang/String;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Ljava/lang/String;
    MethodParameters:
                Name  Flags
      destination     
      handler         
      receiptHandler  

  public java.lang.String subscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler handler
         0: .line 226
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            aload 3 /* handler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.subscribe:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Ljava/lang/String;
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         1: .line 227
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
            0    2     2      headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3      handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            1    2     4          ret  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Ljava/lang/String;
    MethodParameters:
             Name  Flags
      destination  
      headers      
      handler      

  public java.lang.String subscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler handler
        start local 4 // io.vertx.core.Handler receiptHandler
         0: .line 239
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            aload 3 /* handler */
            aload 4 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.subscribe:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Ljava/lang/String;
            astore 5 /* ret */
        start local 5 // java.lang.String ret
         1: .line 240
            aload 5 /* ret */
            areturn
        end local 5 // java.lang.String ret
        end local 4 // io.vertx.core.Handler receiptHandler
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3         handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            0    2     4  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
            1    2     5             ret  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Ljava/lang/String;
    MethodParameters:
                Name  Flags
      destination     
      headers         
      handler         
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection unsubscribe(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.unsubscribe:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 251
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      destination  

  public io.vertx.reactivex.ext.stomp.StompClientConnection unsubscribe(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 262
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.unsubscribe:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 263
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      destination     
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection unsubscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.unsubscribe:(Ljava/lang/String;Ljava/util/Map;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 275
            aload 0 /* this */
            areturn
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  destination  Ljava/lang/String;
            0    2     2      headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
             Name  Flags
      destination  
      headers      

  public io.vertx.reactivex.ext.stomp.StompClientConnection unsubscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String destination
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 287
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* destination */
            aload 2 /* headers */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.unsubscribe:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 288
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1     destination  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      destination     
      headers         
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection errorHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 297
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.errorHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 298
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection closeHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            new io.vertx.reactivex.ext.stomp.StompClientConnection$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompClientConnection$1.<init>:(Lio/vertx/reactivex/ext/stomp/StompClientConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompClientConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 312
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection connectionDroppedHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 323
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            new io.vertx.reactivex.ext.stomp.StompClientConnection$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompClientConnection$2.<init>:(Lio/vertx/reactivex/ext/stomp/StompClientConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompClientConnection.connectionDroppedHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 328
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection pingHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            new io.vertx.reactivex.ext.stomp.StompClientConnection$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompClientConnection$3.<init>:(Lio/vertx/reactivex/ext/stomp/StompClientConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompClientConnection.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 343
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompClientConnection;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection beginTX(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 353
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.beginTX:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 354
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection beginTX(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
         0: .line 363
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.beginTX:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 364
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.stomp.StompClientConnection beginTX(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
         0: .line 374
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.beginTX:(Ljava/lang/String;Ljava/util/Map;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 375
            aload 0 /* this */
            areturn
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1       id  Ljava/lang/String;
            0    2     2  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public io.vertx.reactivex.ext.stomp.StompClientConnection beginTX(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 386
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.beginTX:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 387
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection commit(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
         0: .line 396
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.commit:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 397
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.stomp.StompClientConnection commit(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 407
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.commit:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 408
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection commit(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.commit:(Ljava/lang/String;Ljava/util/Map;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 419
            aload 0 /* this */
            areturn
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1       id  Ljava/lang/String;
            0    2     2  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public io.vertx.reactivex.ext.stomp.StompClientConnection commit(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 430
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.commit:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 431
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection abort(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
         0: .line 440
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.abort:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 441
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.stomp.StompClientConnection abort(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 451
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.abort:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 452
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection abort(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
         0: .line 462
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.abort:(Ljava/lang/String;Ljava/util/Map;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 463
            aload 0 /* this */
            areturn
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1       id  Ljava/lang/String;
            0    2     2  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public io.vertx.reactivex.ext.stomp.StompClientConnection abort(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.util.Map headers
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 474
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* headers */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.abort:(Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 475
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2         headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection disconnect();
    descriptor: ()Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
         0: .line 484
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            invokeinterface io.vertx.ext.stomp.StompClientConnection.disconnect:()Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 485
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;

  public io.vertx.reactivex.ext.stomp.StompClientConnection disconnect(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler receiptHandler
         0: .line 495
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.disconnect:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 496
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler receiptHandler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection disconnect(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.ext.stomp.Frame frame
         0: .line 506
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* frame */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.disconnect:(Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 507
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  frame  Lio/vertx/ext/stomp/Frame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.reactivex.ext.stomp.StompClientConnection disconnect(io.vertx.ext.stomp.Frame, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.ext.stomp.Frame frame
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 518
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* frame */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.disconnect:(Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 519
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1           frame  Lio/vertx/ext/stomp/Frame;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      frame           
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection ack(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
         0: .line 529
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.ack:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 530
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.stomp.StompClientConnection ack(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 541
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.ack:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 542
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection nack(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
         0: .line 552
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.nack:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 553
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.stomp.StompClientConnection nack(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler receiptHandler
         0: .line 564
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.nack:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 565
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler receiptHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection ack(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String txId
         0: .line 576
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* txId */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.ack:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 577
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String txId
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
            0    2     2  txId  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      txId  

  public io.vertx.reactivex.ext.stomp.StompClientConnection ack(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String txId
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 589
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* txId */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.ack:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 590
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.lang.String txId
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2            txId  Ljava/lang/String;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      txId            
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection nack(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String txId
         0: .line 601
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* txId */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.nack:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 602
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String txId
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1    id  Ljava/lang/String;
            0    2     2  txId  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      txId  

  public io.vertx.reactivex.ext.stomp.StompClientConnection nack(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String txId
        start local 3 // io.vertx.core.Handler receiptHandler
         0: .line 614
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* id */
            aload 2 /* txId */
            aload 3 /* receiptHandler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.nack:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 615
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler receiptHandler
        end local 2 // java.lang.String txId
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1              id  Ljava/lang/String;
            0    2     2            txId  Ljava/lang/String;
            0    2     3  receiptHandler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
                Name  Flags
      id              
      txId            
      receiptHandler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection receivedFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 628
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.receivedFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 629
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompClientConnection writingFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 642
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompClientConnection.delegate:Lio/vertx/ext/stomp/StompClientConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.stomp.StompClientConnection.writingFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
            pop
         1: .line 643
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompClientConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

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

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

  public static io.vertx.reactivex.ext.stomp.StompClientConnection newInstance(io.vertx.ext.stomp.StompClientConnection);
    descriptor: (Lio/vertx/ext/stomp/StompClientConnection;)Lio/vertx/reactivex/ext/stomp/StompClientConnection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompClientConnection arg
         0: .line 667
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.stomp.StompClientConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.stomp.StompClientConnection.<init>:(Lio/vertx/ext/stomp/StompClientConnection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.stomp.StompClientConnection
         2: areturn
        end local 0 // io.vertx.ext.stomp.StompClientConnection arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/stomp/StompClientConnection;
    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 58
            new io.vertx.reactivex.ext.stomp.StompClientConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.stomp.StompClientConnection
            invokespecial io.vertx.reactivex.ext.stomp.StompClientConnection.<init>:(Lio/vertx/ext/stomp/StompClientConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "StompClientConnection.java"
NestMembers:
  io.vertx.reactivex.ext.stomp.StompClientConnection$1  io.vertx.reactivex.ext.stomp.StompClientConnection$2  io.vertx.reactivex.ext.stomp.StompClientConnection$3
InnerClasses:
  io.vertx.reactivex.ext.stomp.StompClientConnection$1
  io.vertx.reactivex.ext.stomp.StompClientConnection$2
  io.vertx.reactivex.ext.stomp.StompClientConnection$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/stomp/StompClientConnection;)