Spring Framework 5 includes a new spring-webflux module. The module contains support for reactive HTTP and WebSocket clients as well as for reactive server web applications including REST, HTML browser, and WebSocket style interactions. WebFlux can run on Servlet containers with support for the Servlet 3.1 non-blocking I/O API as well as on other async runtimes such as Netty and Undertow.
Questions tagged spring-webflux
should be about applications using the Spring WebFlux framework.
If Spring Boot is involved, please also tag the question with spring-boot
. If the question is related to the use of Reactor operators, please tag the question with project-reactor
as well.
For Spring WebFlux related documentation, please refer to the: