Reactor is a library that implements reactive programming concepts for the JVM. This approach is based on the Observer pattern, and it provides types that can emit zero, one, or a sequence of values.
In this section, you will learn the following:
- How to implement the Observer pattern
- How to use the Flux publisher
- How to use the Mono publisher