Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWin committed May 20, 2019
1 parent eb0d023 commit c8ed6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ String result = Try.ofSupplier(decoratedSupplier)
// When you don't want to decorate your lambda expression,
// but just execute it and protect the call by a CircuitBreaker.
String result = circuitBreaker.executeSupplier(backendService::doSomething);
----

=== CircuitBreaker and RxJava2

Expand Down

0 comments on commit c8ed6e9

Please sign in to comment.