Spring WebFlux
Spring WebFlux is a fully non-blocking, reactive-stack web framework built into Spring Framework 5.0+. It enables building highly scalable, asynchronous web applications using the Reactive Streams API with Project Reactor. WebFlux supports annotated controllers, functional routing endpoints, WebSock
2 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
STOMP over WebSocket channel. Spring WebFlux integrates with STOMP messaging protocol for topic subscriptions, queued messages, and message broker relay.Spring WebFlux WebSocket API
-
WebSocket channel mapped via Spring WebFlux WebSocketHandlerAdapter. A WebSocketSession is established on connection and provides reactive inbound() and outbound() message streams.Spring WebFlux WebSocket API