-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
On Spring MVC with annotations, ResponseBodyEmitter
return types (and its specialized variant SseEmitter
) are used to emit streaming values. Currently WebMvc.fn has support for asynchronous single value but not for SSE. I am wondering if ServerResponse.async(Object asyncResponse)
should be improved to support such use case.
Worth to notice, the emitter instance is designed to be passed to another component, see ResponseBodyEmitter
Javadoc for more details.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement