Enquire Now

Tags: java-failsafe

Failsafe is a library for handling failures in Java 8+. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed. Project documentation http://jodah.net/failsafe/

0 Questions