Interface ReplyRetryNumberAccessor

All Known Subinterfaces:
ReplyRetryNumberAccessor.ReplyRetryNumberProperty
All Known Implementing Classes:
HandshakePortController, HandshakeTransmissionMetrics

public interface ReplyRetryNumberAccessor
Provides an accessor for a reply retry number. A reply retry number is the overall number of retries to use when counting retries.
  • Method Details

    • getReplyRetryNumber

      int getReplyRetryNumber()
      Retrieves the number of retries from the reply retry number. A reply retry number is the overall number of retries to use when counting retries.
      Returns:
      The number of retries stored by the reply retry number.