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

  public static io.vertx.amqp.AmqpClient create(io.vertx.core.Vertx, io.vertx.amqp.AmqpClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/amqp/AmqpClientOptions;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.amqp.AmqpClientOptions options
         0: .line 56
            new io.vertx.amqp.impl.AmqpClientImpl
            dup
            aload 0 /* vertx */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            aload 1 /* options */
            iconst_0
            invokespecial io.vertx.amqp.impl.AmqpClientImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/amqp/AmqpClientOptions;Z)V
            areturn
        end local 1 // io.vertx.amqp.AmqpClientOptions 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/amqp/AmqpClientOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract io.vertx.amqp.AmqpClient connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpConnection>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpConnection;>;>;)Lio/vertx/amqp/AmqpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      connectionHandler  

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

  public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
              Name  Flags
      closeHandler  

  public abstract io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract io.vertx.amqp.AmqpClient createReceiver(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpReceiver>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpReceiver;>;>;)Lio/vertx/amqp/AmqpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      address            
      completionHandler  

  public abstract io.vertx.core.Future<io.vertx.amqp.AmqpReceiver> createReceiver(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/amqp/AmqpReceiver;>;
    MethodParameters:
         Name  Flags
      address  

  public abstract io.vertx.amqp.AmqpClient createReceiver(java.lang.String, io.vertx.amqp.AmqpReceiverOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpReceiver>>);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpReceiver;>;>;)Lio/vertx/amqp/AmqpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      address            
      receiverOptions    
      completionHandler  

  public abstract io.vertx.core.Future<io.vertx.amqp.AmqpReceiver> createReceiver(java.lang.String, io.vertx.amqp.AmqpReceiverOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpReceiverOptions;)Lio/vertx/core/Future<Lio/vertx/amqp/AmqpReceiver;>;
    MethodParameters:
                 Name  Flags
      address          
      receiverOptions  

  public abstract io.vertx.amqp.AmqpClient createSender(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpSender>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpSender;>;>;)Lio/vertx/amqp/AmqpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      address            
      completionHandler  

  public abstract io.vertx.core.Future<io.vertx.amqp.AmqpSender> createSender(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/amqp/AmqpSender;>;
    MethodParameters:
         Name  Flags
      address  

  public abstract io.vertx.amqp.AmqpClient createSender(java.lang.String, io.vertx.amqp.AmqpSenderOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpSender>>);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpSender;>;>;)Lio/vertx/amqp/AmqpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      address            
      options            
      completionHandler  

  public abstract io.vertx.core.Future<io.vertx.amqp.AmqpSender> createSender(java.lang.String, io.vertx.amqp.AmqpSenderOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/amqp/AmqpSenderOptions;)Lio/vertx/core/Future<Lio/vertx/amqp/AmqpSender;>;
    MethodParameters:
         Name  Flags
      address  
      options  
}
SourceFile: "AmqpClient.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()