public interface io.vertx.ext.stomp.StompClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.stomp.StompClient
  super_class: java.lang.Object
{
  public static io.vertx.ext.stomp.StompClient create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 43
            aload 0 /* vertx */
            new io.vertx.ext.stomp.StompClientOptions
            dup
            invokespecial io.vertx.ext.stomp.StompClientOptions.<init>:()V
            invokestatic io.vertx.ext.stomp.StompClient.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompClientOptions;)Lio/vertx/ext/stomp/StompClient;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.stomp.StompClient create(io.vertx.core.Vertx, io.vertx.ext.stomp.StompClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompClientOptions;)Lio/vertx/ext/stomp/StompClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.stomp.StompClientOptions options
         0: .line 54
            new io.vertx.ext.stomp.impl.StompClientImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.stomp.impl.StompClientImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompClientOptions;)V
            areturn
        end local 1 // io.vertx.ext.stomp.StompClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/stomp/StompClientOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract io.vertx.ext.stomp.StompClient connect(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.StompClientConnection>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/StompClientConnection;>;>;)Lio/vertx/ext/stomp/StompClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      port           
      host           
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.StompClientConnection> connect(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/StompClientConnection;>;
    MethodParameters:
      Name  Flags
      port  
      host  

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

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

  public abstract io.vertx.ext.stomp.StompClient connect(int, java.lang.String, io.vertx.core.net.NetClient, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.stomp.StompClientConnection>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/net/NetClient;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Lio/vertx/core/net/NetClient;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/StompClientConnection;>;>;)Lio/vertx/ext/stomp/StompClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      port           
      host           
      net            
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.StompClientConnection> connect(int, java.lang.String, io.vertx.core.net.NetClient);
    descriptor: (ILjava/lang/String;Lio/vertx/core/net/NetClient;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Lio/vertx/core/net/NetClient;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/StompClientConnection;>;
    MethodParameters:
      Name  Flags
      port  
      host  
      net   

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

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

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

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

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

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

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

  public abstract io.vertx.ext.stomp.StompClientOptions options();
    descriptor: ()Lio/vertx/ext/stomp/StompClientOptions;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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