public interface io.vertx.proton.streams.Delivery
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.proton.streams.Delivery
  super_class: java.lang.Object
{
  public abstract org.apache.qpid.proton.message.Message message();
    descriptor: ()Lorg/apache/qpid/proton/message/Message;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.streams.Delivery accept();
    descriptor: ()Lio/vertx/proton/streams/Delivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.streams.Delivery disposition(org.apache.qpid.proton.amqp.transport.DeliveryState, boolean);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)Lio/vertx/proton/streams/Delivery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      state   
      settle  
}
SourceFile: "Delivery.java"