Lets developers make their applications more resilient by adding robust
transient fault handling logic. Transient faults are errors that occur
because of some temporary condition such as network connectivity issues
or service unavailability. Typically, if you retry the operation that
resulted in a transient error a short time later, you find that the
error has disappeared.
| License | Apache 2.0 |
|---|---|
| Tags | github |
| HomePage | https://github.com/rbuck/java-retry 🔍 Inspect URL |
| Ranking | #828337 in MvnRepository (See Top Artifacts) |