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

retry4j-0.12.0

Compare
Choose a tag to compare
@elennick elennick released this 11 Feb 21:24
· 49 commits to master since this release

Issue #50 (enhancement) - BackoffStrategy's can now specify validation logic. All default BackoffStrategy's now have logic that requires a time-between-retries be specified EXCEPT for the No Wait backoff strategy.
Issue #24 (enhancement) - It is now possible to add an optional Call Name when executing a call. This allows the ability to attach a human-friendly name/description to the call status if desired.