I am aware that Spring Framework supports SSE (Server Sent Events) in Spring WebMvc and Spring WebFlux, but I am unable to find any mention whatsoever in the official documentation. All that Google returns are links to 3rd party sites which may be outdated, and some of them link back to official documentation where SSE documentation was supposed to be or has been at some point.
A nice example would be at least how to use SseEmitter class from spring-web(mvc?) package.
Affects: 6.1.9
I am aware that Spring Framework supports SSE (Server Sent Events) in Spring WebMvc and Spring WebFlux, but I am unable to find any mention whatsoever in the official documentation. All that Google returns are links to 3rd party sites which may be outdated, and some of them link back to official documentation where SSE documentation was supposed to be or has been at some point.
A nice example would be at least how to use SseEmitter class from spring-web(mvc?) package.