Uses of Class
org.springframework.messaging.simp.user.UserDestinationMessageHandler
Packages that use UserDestinationMessageHandler
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
-
Uses of UserDestinationMessageHandler in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return UserDestinationMessageHandlerModifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.userDestinationMessageHandler
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationResolver userDestinationResolver) Methods in org.springframework.messaging.simp.config with parameters of type UserDestinationMessageHandlerModifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.stompBrokerRelayMessageHandler
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationMessageHandler userDestinationMessageHandler, MessageHandler userRegistryMessageHandler, UserDestinationResolver userDestinationResolver)