Interface RetryCountAccessor.RetryCountMutator

All Known Subinterfaces:
RetryCountAccessor.RetryCountProperty
Enclosing interface:
RetryCountAccessor

public static interface RetryCountAccessor.RetryCountMutator
Provides a mutator for a retries count property. A retry count is the current count of retries being initiated.
  • Method Summary

    Modifier and Type Method Description
    void setRetryCount​(int aRetryCount)
    Sets the count of retries for the retries count property.
  • Method Details

    • setRetryCount

      void setRetryCount​(int aRetryCount)
      Sets the count of retries for the retries count property. A retry count is the current count of retries being initiated.
      Parameters:
      aRetryCount - The count of retries to be stored by the count of retries count property.