| Package | Description |
|---|---|
| org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
| 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) |