Package | Description |
---|---|
org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
Modifier and Type | Method and Description |
---|---|
protected SimpAnnotationMethodMessageHandler |
AbstractMessageBrokerConfiguration.createAnnotationMethodMessageHandler()
Protected method for plugging in a custom subclass of
SimpAnnotationMethodMessageHandler . |
SimpAnnotationMethodMessageHandler |
AbstractMessageBrokerConfiguration.simpAnnotationMethodMessageHandler() |
Modifier and Type | Method and Description |
---|---|
protected SimpAnnotationMethodMessageHandler |
WebSocketMessageBrokerConfigurationSupport.createAnnotationMethodMessageHandler() |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketAnnotationMethodMessageHandler
A sub-class of
SimpAnnotationMethodMessageHandler to provide support
for ControllerAdvice with global @MessageExceptionHandler methods. |