Package springs.util.retries

Implementation of a mechanism of retries.

See:
          Description

Class Summary
RetryingStrategy A retrying strategy.
RetryingTask A class that implements a retrying mechanism for tasks.
 

Exception Summary
OutOfAttemptsException A exception thrown when the maximum number of attempts allowed to perform a certain task is reached.
 

Package springs.util.retries Description

Implementation of a mechanism of retries.