Interface RetryCountAccessor

All Known Subinterfaces:
RetryCountAccessor.RetryCountProperty

public interface RetryCountAccessor
Provides an accessor for a retries count property. A retry count is the current count of retries being initiated.
  • Method Details

    • getRetryCount

      int getRetryCount()
      Retrieves the count of retries from the retries count property. A retry count is the current count of retries being initiated.
      Returns:
      The count of retries stored by the retries count property.