Interface RetryNumberAccessor

  • All Known Subinterfaces:
    RetryNumberAccessor.RetryNumberProperty

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

      • getRetryNumber

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