spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Add WebSocket support to WebFlux Functional API (and Kotlin DSL) [SPR-16770]

Open spring-projects-issues opened this issue 7 years ago • 0 comments

Lucas opened SPR-16770 and commented

Allows to implement WebSockets without annotations via WebFlux Functional DSL.

It seems that only HTTP requests can be handled by the router { } block at the moment, but it would be nice to support WS too.


Reference URL: https://kotlinlang.slack.com/archives/C0B8ZTWE4/p1524600160000590

spring-projects-issues avatar Apr 25 '18 15:04 spring-projects-issues