dwickstrom / failsafe

Fault tolerance and resilience patterns for the JVM

Home Page:http://jodah.net/failsafe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Usage

Visit the project website.

Contributing

Check out the contributing guidelines.

License

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

About

Fault tolerance and resilience patterns for the JVM

http://jodah.net/failsafe/

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.3%