public interface io.vertx.proton.ProtonSender extends io.vertx.proton.ProtonLink<io.vertx.proton.ProtonSender>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.proton.ProtonSender
  super_class: java.lang.Object
{
  public abstract io.vertx.proton.ProtonDelivery send(org.apache.qpid.proton.message.Message);
    descriptor: (Lorg/apache/qpid/proton/message/Message;)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      message  

  public abstract io.vertx.proton.ProtonDelivery send(org.apache.qpid.proton.message.Message, io.vertx.core.Handler<io.vertx.proton.ProtonDelivery>);
    descriptor: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler<Lio/vertx/proton/ProtonDelivery;>;)Lio/vertx/proton/ProtonDelivery;
    MethodParameters:
           Name  Flags
      message    
      onUpdated  

  public abstract io.vertx.proton.ProtonDelivery send(byte[], org.apache.qpid.proton.message.Message);
    descriptor: ([BLorg/apache/qpid/proton/message/Message;)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      tag      
      message  

  public abstract io.vertx.proton.ProtonDelivery send(byte[], org.apache.qpid.proton.message.Message, io.vertx.core.Handler<io.vertx.proton.ProtonDelivery>);
    descriptor: ([BLorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ([BLorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler<Lio/vertx/proton/ProtonDelivery;>;)Lio/vertx/proton/ProtonDelivery;
    MethodParameters:
           Name  Flags
      tag        
      message    
      onUpdated  

  public abstract boolean sendQueueFull();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.ProtonSender sendQueueDrainHandler(io.vertx.core.Handler<io.vertx.proton.ProtonSender>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonSender;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSender;>;)Lio/vertx/proton/ProtonSender;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.proton.ProtonSender setAutoSettle(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonSender;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      autoSettle  

  public abstract boolean isAutoSettle();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.ProtonSender setAutoDrained(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonSender;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      autoDrained  

  public abstract boolean isAutoDrained();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int drained();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lio/vertx/proton/ProtonLink<Lio/vertx/proton/ProtonSender;>;
SourceFile: "ProtonSender.java"