Uses of Interface
org.springframework.messaging.simp.SimpMessageSendingOperations
Package
Description
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for handling messages from simple messaging protocols
(like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of SimpMessageSendingOperations in org.springframework.messaging.simp
-
Uses of SimpMessageSendingOperations in org.springframework.messaging.simp.annotation.support
ModifierConstructorDescriptionSendToMethodReturnValueHandler
(SimpMessageSendingOperations messagingTemplate, boolean annotationRequired) SimpAnnotationMethodMessageHandler
(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, SimpMessageSendingOperations brokerTemplate) Create an instance of SimpAnnotationMethodMessageHandler with the given message channels and broker messaging template. -
Uses of SimpMessageSendingOperations in org.springframework.web.socket.messaging
ModifierConstructorDescriptionWebSocketAnnotationMethodMessageHandler
(SubscribableChannel clientInChannel, MessageChannel clientOutChannel, SimpMessageSendingOperations brokerTemplate)