Skip to content

Commit

Permalink
Update riptide-failsafe/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Berg <[email protected]>
  • Loading branch information
Semernitskaya and cberg-zalando authored Sep 19, 2023
1 parent 908a2a4 commit 4354e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riptide-failsafe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Http.builder().requestFactory(new HttpComponentsClientHttpRequestFactory())

### Custom executor

The `withExecutor` method allows to specify custom `ExecutorService`, it will be used to perform asynchronous executions and listen for callbacks:
The `withExecutor` method allows to specify a custom `ExecutorService` being used to perform asynchronous executions and listen for callbacks:

```java
Http.builder().requestFactory(new HttpComponentsClientHttpRequestFactory())
Expand Down

0 comments on commit 4354e33

Please sign in to comment.