文件名称:Android代码-failsafe
文件大小:149KB
文件格式:ZIP
更新时间:2022-08-26 11:16:15
Android代码
Failsafe Introduction 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. These policies include: Retries Circuit breakers Fallbacks It also provides features that allow you to integrate with various scenarios, including: Configurable