mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
This HTTP message reader parse incoming Server-Sent Events and turn them into Flux<String>, Flux<Pojo> or Flux<ServerSentEvent>. Issue: SPR-14539