We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51b110 commit a27d3b6Copy full SHA for a27d3b6
reactive/README.md
@@ -4,7 +4,7 @@ Reactive Streams Wrapper
4
This module wraps Feign's http requests in a [Reactive Streams](https://reactive-streams.org)
5
Publisher, enabling the use of Reactive Stream `Publisher` return types. Supported Reactive Streams implementations are:
6
7
-* [Reactor](https://project-reactor.org) (`Mono` and `Flux`)
+* [Reactor](https://projectreactor.io/ (`Mono` and `Flux`)
8
* [ReactiveX (RxJava)](https://reactivex.io) (`Flowable` only)
9
10
To use these wrappers, add the `feign-reactive-wrappers` module, and your desired `reactive-streams`
0 commit comments