Skip to content

Commit 8b6ec6c

Browse files
committed
Uodate README to mention policies.
1 parent a499f37 commit 8b6ec6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![JavaDoc](https://img.shields.io/maven-central/v/net.jodah/failsafe.svg?maxAge=60&label=javadoc)](https://jhalterman.github.com/failsafe/javadoc)
77
[![Join the chat at https://gitter.im/jhalterman/failsafe](https://badges.gitter.im/jhalterman/failsafe.svg)](https://gitter.im/jhalterman/failsafe)
88

9-
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.
9+
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. Current policies include [Retry](https://jodah.net/failsafe/retry/), [Timeout](https://jodah.net/failsafe/timeout/), [Fallback](https://jodah.net/failsafe/fallback/), and [CircuitBreaker](https://jodah.net/failsafe/circuit-breaker/).
1010

1111
## Usage
1212

0 commit comments

Comments
 (0)