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(AbstractSubscribableChannel clientInboundChannel,
AbstractSubscribableChannel clientOutboundChannel,
SimpMessagingTemplate brokerMessagingTemplate)
Protected method for plugging in a custom subclass of
SimpAnnotationMethodMessageHandler . |
SimpAnnotationMethodMessageHandler |
AbstractMessageBrokerConfiguration.simpAnnotationMethodMessageHandler(AbstractSubscribableChannel clientInboundChannel,
AbstractSubscribableChannel clientOutboundChannel,
SimpMessagingTemplate brokerMessagingTemplate,
CompositeMessageConverter brokerMessageConverter) |
Modifier and Type | Method and Description |
---|---|
protected SimpAnnotationMethodMessageHandler |
WebSocketMessageBrokerConfigurationSupport.createAnnotationMethodMessageHandler(AbstractSubscribableChannel clientInboundChannel,
AbstractSubscribableChannel clientOutboundChannel,
SimpMessagingTemplate brokerMessagingTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketAnnotationMethodMessageHandler
A subclass of
SimpAnnotationMethodMessageHandler to provide support
for ControllerAdvice with global @MessageExceptionHandler methods. |