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

  public abstract io.vertx.amqp.AmqpSender setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/amqp/AmqpSender;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      maxSize  

  public abstract io.vertx.amqp.AmqpSender send(io.vertx.amqp.AmqpMessage);
    descriptor: (Lio/vertx/amqp/AmqpMessage;)Lio/vertx/amqp/AmqpSender;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      message  

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

  public abstract io.vertx.core.Future<java.lang.Void> sendWithAck(io.vertx.amqp.AmqpMessage);
    descriptor: (Lio/vertx/amqp/AmqpMessage;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/amqp/AmqpMessage;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      message  

  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
    MethodParameters:
         Name  Flags
      handler  

  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 java.lang.String address();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.amqp.AmqpConnection connection();
    descriptor: ()Lio/vertx/amqp/AmqpConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long remainingCredits();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface io.vertx.amqp.AmqpSender.setWriteQueueMaxSize:(I)Lio/vertx/amqp/AmqpSender;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.amqp.AmqpSender.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpSender;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.amqp.AmqpSender.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/amqp/AmqpSender;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/WriteStream<Lio/vertx/amqp/AmqpMessage;>;
SourceFile: "AmqpSender.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()