@Configuration open class DelegatingWebSocketMessageBrokerConfiguration : WebSocketMessageBrokerConfigurationSupport
A WebSocketMessageBrokerConfigurationSupport extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport.
This class is typically imported via EnableWebSocketMessageBroker.
Author
Rossen Stoyanchev
Since
4.0
DelegatingWebSocketMessageBrokerConfiguration()
A WebSocketMessageBrokerConfigurationSupport extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport. This class is typically imported via EnableWebSocketMessageBroker. |
open fun setConfigurers(configurers: MutableList<WebSocketMessageBrokerConfigurer>): Unit |
open fun stompWebSocketHandlerMapping(): HandlerMapping |
|
open fun subProtocolWebSocketHandler(): WebSocketHandler |
|
open fun webSocketMessageBrokerStats(): WebSocketMessageBrokerStats |
|
open static fun webSocketScopeConfigurer(): CustomScopeConfigurer |