Uses of Class
org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
-
Uses of AbstractMessageBrokerConfiguration in org.springframework.web.socket.config.annotation
Modifier and TypeClassDescriptionclass
AWebSocketMessageBrokerConfigurationSupport
extension that detects beans of typeWebSocketMessageBrokerConfigurer
and delegates to all of them allowing callback style customization of the configuration provided inWebSocketMessageBrokerConfigurationSupport
.class
ExtendsAbstractMessageBrokerConfiguration
and adds configuration for receiving and responding to STOMP messages from WebSocket clients.