Spring WebFlux Core
Reactive web framework providing annotated controllers, functional endpoints, dispatcher handler, and the full reactive request/response processing pipeline. Supports non-blocking I/O with Reactor Mono and Flux types.
Documentation
Documentation
https://docs.spring.io/spring-framework/reference/web/webflux.html
APIReference
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/package-summary.html
GettingStarted
https://spring.io/guides/gs/reactive-rest-service/