Merge pull request #415 from akullpp/feat/javaslang-circuitbreaker

feat: add javaslang-circuitbreaker
This commit is contained in:
Andreas Kull
2016-09-04 12:34:55 +02:00
committed by GitHub

View File

@ -501,6 +501,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. * [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers.
* [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS. * [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS.
* [jabba](https://github.com/shyiko/jabba) - Java Version Manager inspired by nvm. * [jabba](https://github.com/shyiko/jabba) - Java Version Manager inspired by nvm.
* [javaslang-circuitbreaker](https://github.com/javaslang/javaslang-circuitbreaker) - Functional fault tolerance library.
* [JBake](http://jbake.org) - Static website generator. * [JBake](http://jbake.org) - Static website generator.
* [Jimfs](https://github.com/google/jimfs) - In-memory file system. * [Jimfs](https://github.com/google/jimfs) - In-memory file system.
* [JPad](http://jpad.io/) - Snippet runner. * [JPad](http://jpad.io/) - Snippet runner.