Class DeliveryProducerReceivedRequest


  • public final class DeliveryProducerReceivedRequest
    extends jdk.jfr.Event
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      DeliveryProducerReceivedRequest​(java.lang.String producerId, long requestedSeqNr, long confirmedSeqNr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String producerId()  
      long requestedSeqNr()  
      • Methods inherited from class jdk.jfr.Event

        begin, commit, end, isEnabled, set, shouldCommit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeliveryProducerReceivedRequest

        public DeliveryProducerReceivedRequest​(java.lang.String producerId,
                                               long requestedSeqNr,
                                               long confirmedSeqNr)
    • Method Detail

      • producerId

        public java.lang.String producerId()
      • requestedSeqNr

        public long requestedSeqNr()