public interface io.vertx.proton.streams.Tracker
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.proton.streams.Tracker
  super_class: java.lang.Object
{
  public static io.vertx.proton.streams.Tracker create(org.apache.qpid.proton.message.Message);
    descriptor: (Lorg/apache/qpid/proton/message/Message;)Lio/vertx/proton/streams/Tracker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.qpid.proton.message.Message message
         0: .line 33
            new io.vertx.proton.streams.impl.TrackerImpl
            dup
            aload 0 /* message */
            aconst_null
            invokespecial io.vertx.proton.streams.impl.TrackerImpl.<init>:(Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)V
            areturn
        end local 0 // org.apache.qpid.proton.message.Message message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  message  Lorg/apache/qpid/proton/message/Message;
    MethodParameters:
         Name  Flags
      message  

  public static io.vertx.proton.streams.Tracker create(org.apache.qpid.proton.message.Message, io.vertx.core.Handler<io.vertx.proton.streams.Tracker>);
    descriptor: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)Lio/vertx/proton/streams/Tracker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.qpid.proton.message.Message message
        start local 1 // io.vertx.core.Handler onUpdated
         0: .line 47
            new io.vertx.proton.streams.impl.TrackerImpl
            dup
            aload 0 /* message */
            aload 1 /* onUpdated */
            invokespecial io.vertx.proton.streams.impl.TrackerImpl.<init>:(Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)V
            areturn
        end local 1 // io.vertx.core.Handler onUpdated
        end local 0 // org.apache.qpid.proton.message.Message message
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0    message  Lorg/apache/qpid/proton/message/Message;
            0    1     1  onUpdated  Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;
    Signature: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;)Lio/vertx/proton/streams/Tracker;
    MethodParameters:
           Name  Flags
      message    
      onUpdated  

  public abstract org.apache.qpid.proton.message.Message message();
    descriptor: ()Lorg/apache/qpid/proton/message/Message;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract org.apache.qpid.proton.amqp.transport.DeliveryState getRemoteState();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Tracker.java"