Android CTS 17.0 release 1
Merge remote-tracking branch 'origin/third-party-review'
tree: 9d1651622314bb5caf22fa2b26d54c6c2e6f1a64
  1. .github/
  2. bin/
  3. core/
  4. examples/
  5. modules/
  6. .gitignore
  7. Android.bp
  8. CHANGELOG.md
  9. CONTRIBUTING.md
  10. LICENSE
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS.android
  14. pom.xml
  15. README.md
  16. VERSIONING.md
README.md

Failsafe

Build Status Maven Central License JavaDoc Join the chat at https://gitter.im/jhalterman/failsafe

Failsafe is a lightweight, zero-dependency library for handling failures in Java 8+, with a concise API for handling everyday use cases and the flexibility to handle everything else. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed.

Policies include Retry, CircuitBreaker, RateLimiter, Timeout, Bulkhead, and Fallback. Additional modules include OkHttp and Retrofit.

Usage

Visit failsafe.dev for usage info, docs, and additional resources.

Contributing

Check out the contributing guidelines.

License

Copyright Jonathan Halterman and friends. Released under the Apache 2.0 license.