Class WebSocketMessageBrokerConfigurationSupport

java.lang.Object
org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
All Implemented Interfaces:
Aware, ApplicationContextAware
Direct Known Subclasses:
DelegatingWebSocketMessageBrokerConfiguration

public abstract class WebSocketMessageBrokerConfigurationSupport extends AbstractMessageBrokerConfiguration
Extends AbstractMessageBrokerConfiguration and adds configuration for receiving and responding to STOMP messages from WebSocket clients.

Typically used in conjunction with @EnableWebSocketMessageBroker but can also be extended directly.

Since:
4.0
Author:
Rossen Stoyanchev, Artem Bilan, Sebastien Deleuze