Reactor Core
Project Reactor is the foundational reactive library powering Spring WebFlux. Provides Mono (0-1 element) and Flux (0-N element) publisher types implementing the Reactive Streams specification with composable operators.
Documentation
Documentation
https://projectreactor.io/docs/core/release/reference/
APIReference
https://projectreactor.io/docs/core/release/api/