@Configuration open class DelegatingWebSocketConfiguration : WebSocketConfigurationSupport
A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling.
Author
Rossen Stoyanchev
Since
4.0
DelegatingWebSocketConfiguration()
A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling. |
open fun setConfigurers(configurers: MutableList<WebSocketConfigurer>): Unit |