Uses of Class
org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Packages that use AbstractMessageBrokerConfiguration Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of AbstractMessageBrokerConfiguration in org.springframework.web.socket.config.annotation
Subclasses of AbstractMessageBrokerConfiguration in org.springframework.web.socket.config.annotation Modifier and Type Class Description classDelegatingWebSocketMessageBrokerConfigurationAWebSocketMessageBrokerConfigurationSupportextension that detects beans of typeWebSocketMessageBrokerConfigurerand delegates to all of them allowing callback style customization of the configuration provided inWebSocketMessageBrokerConfigurationSupport.classWebSocketMessageBrokerConfigurationSupportExtendsAbstractMessageBrokerConfigurationand adds configuration for receiving and responding to STOMP messages from WebSocket clients.