Uses of Class
org.springframework.messaging.simp.SimpMessagingTemplate
Packages that use SimpMessagingTemplate Package Description org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.messaging.simp.user Support for handling messages to "user" destinations (i.e.Uses of SimpMessagingTemplate in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return SimpMessagingTemplate Modifier and Type Method Description SimpMessagingTemplate
AbstractMessageBrokerConfiguration. brokerMessagingTemplate()
Uses of SimpMessagingTemplate in org.springframework.messaging.simp.user
Constructors in org.springframework.messaging.simp.user with parameters of type SimpMessagingTemplate Constructor Description UserRegistryMessageHandler(MultiServerUserRegistry userRegistry, SimpMessagingTemplate brokerTemplate, String broadcastDestination, TaskScheduler scheduler)
Constructor.