Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

retry4j-0.10.0

Compare
Choose a tag to compare
@elennick elennick released this 21 Jan 18:08
· 87 commits to master since this release

Issue #48 (enhancement) - The BackoffStrategy interface now returns a Duration object instead of an integer.
Issue #51 (enhancement) - There is now a retryIndefinitely() config option you can use in place of withMaxNumberOfTries(#) if you don't want to specify a maximum.