Uses of Interface
org.springframework.messaging.simp.SimpMessageSendingOperations
Packages that use SimpMessageSendingOperations Package Description org.springframework.messaging.simp Generic support for Simple Messaging Protocols including protocols such as STOMP.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.Uses of SimpMessageSendingOperations in org.springframework.messaging.simp
Classes in org.springframework.messaging.simp that implement SimpMessageSendingOperations Modifier and Type Class Description class
SimpMessagingTemplate
An implementation ofSimpMessageSendingOperations
.Uses of SimpMessageSendingOperations in org.springframework.messaging.simp.annotation.support
Constructors in org.springframework.messaging.simp.annotation.support with parameters of type SimpMessageSendingOperations Constructor Description SendToMethodReturnValueHandler(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
Constructors in org.springframework.web.socket.messaging with parameters of type SimpMessageSendingOperations Constructor Description WebSocketAnnotationMethodMessageHandler(SubscribableChannel clientInChannel, MessageChannel clientOutChannel, SimpMessageSendingOperations brokerTemplate)