Uses of Interface
org.springframework.messaging.simp.SimpMessageSendingOperations
Packages that use 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.simpClasses in org.springframework.messaging.simp that implement SimpMessageSendingOperations
- 
Uses of SimpMessageSendingOperations in org.springframework.messaging.simp.annotation.supportConstructors in org.springframework.messaging.simp.annotation.support with parameters of type SimpMessageSendingOperationsModifierConstructorDescriptionSendToMethodReturnValueHandler(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.messagingConstructors in org.springframework.web.socket.messaging with parameters of type SimpMessageSendingOperationsModifierConstructorDescriptionWebSocketAnnotationMethodMessageHandler(SubscribableChannel clientInChannel, MessageChannel clientOutChannel, SimpMessageSendingOperations brokerTemplate)