public interface io.vertx.amqp.AmqpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.amqp.AmqpConnection
  super_class: java.lang.Object
{
  public abstract io.vertx.amqp.AmqpConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/amqp/AmqpConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.amqp.AmqpConnection close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/amqp/AmqpConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      done  

  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.AmqpConnection 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/AmqpConnection;
    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/AmqpConnection;
    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.AmqpConnection 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/AmqpConnection;
    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/AmqpConnection;
    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.AmqpConnection createDynamicReceiver(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqp.AmqpReceiver>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqp/AmqpReceiver;>;>;)Lio/vertx/amqp/AmqpConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                   Name  Flags
      completionHandler  

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

  public abstract io.vertx.amqp.AmqpConnection 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/AmqpConnection;
    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/AmqpConnection;
    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.AmqpConnection 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/AmqpConnection;
    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/AmqpConnection;
    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  

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

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

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