public interface io.vertx.ext.stomp.StompClientConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.stomp.StompClientConnection
  super_class: java.lang.Object
{
  public abstract java.lang.String session();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String version();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String server();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> send(java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.buffer.Buffer);
    descriptor: (Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
         Name  Flags
      headers  
      body     

  public abstract io.vertx.ext.stomp.StompClientConnection send(java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/util/Map;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      headers         
      body            
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> send(java.lang.String, io.vertx.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
             Name  Flags
      destination  
      body         

  public abstract io.vertx.ext.stomp.StompClientConnection send(java.lang.String, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      body            
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> send(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
       Name  Flags
      frame  

  public abstract io.vertx.ext.stomp.StompClientConnection send(io.vertx.ext.stomp.Frame, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      frame           
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> send(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
             Name  Flags
      destination  
      headers      
      body         

  public abstract io.vertx.ext.stomp.StompClientConnection send(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      headers         
      body            
      receiptHandler  

  public abstract io.vertx.core.Future<java.lang.String> subscribe(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      destination  
      handler      

  public abstract io.vertx.ext.stomp.StompClientConnection subscribe(java.lang.String, io.vertx.core.Handler<io.vertx.ext.stomp.Frame>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      handler         
      receiptHandler  

  public abstract io.vertx.core.Future<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;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/Future<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      destination  
      headers      
      handler      

  public abstract io.vertx.ext.stomp.StompClientConnection 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.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      headers         
      handler         
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> unsubscribe(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
             Name  Flags
      destination  

  public abstract io.vertx.ext.stomp.StompClientConnection unsubscribe(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> unsubscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
             Name  Flags
      destination  
      headers      

  public abstract io.vertx.ext.stomp.StompClientConnection unsubscribe(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      destination     
      headers         
      receiptHandler  

  public abstract io.vertx.ext.stomp.StompClientConnection errorHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/ext/stomp/StompClientConnection;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection closeHandler(io.vertx.core.Handler<io.vertx.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompClientConnection;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection connectionDroppedHandler(io.vertx.core.Handler<io.vertx.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompClientConnection;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection pingHandler(io.vertx.core.Handler<io.vertx.ext.stomp.StompClientConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompClientConnection;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection beginTX(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> beginTX(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> beginTX(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public abstract io.vertx.ext.stomp.StompClientConnection beginTX(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> commit(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.stomp.StompClientConnection commit(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> commit(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public abstract io.vertx.ext.stomp.StompClientConnection commit(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> abort(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.stomp.StompClientConnection abort(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> abort(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
         Name  Flags
      id       
      headers  

  public abstract io.vertx.ext.stomp.StompClientConnection abort(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      headers         
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> disconnect();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;

  public abstract io.vertx.ext.stomp.StompClientConnection disconnect(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> disconnect(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/Frame;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
       Name  Flags
      frame  

  public abstract io.vertx.ext.stomp.StompClientConnection disconnect(io.vertx.ext.stomp.Frame, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/Frame;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      frame           
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> ack(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.stomp.StompClientConnection ack(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> nack(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.stomp.StompClientConnection nack(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> ack(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    
      txId  

  public abstract io.vertx.ext.stomp.StompClientConnection ack(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      txId            
      receiptHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.Frame> nack(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/Frame;>;
    MethodParameters:
      Name  Flags
      id    
      txId  

  public abstract io.vertx.ext.stomp.StompClientConnection nack(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.Frame>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/Frame;>;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      id              
      txId            
      receiptHandler  

  public abstract io.vertx.ext.stomp.StompClientConnection receivedFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection writingFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompClientConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClientConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/stomp/StompClientConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                  Name  Flags
      exceptionHandler  

  public abstract boolean isConnected();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "StompClientConnection.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()