Uses of Interface
org.springframework.messaging.simp.user.UserDestinationResolver
Packages that use UserDestinationResolver
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Support for handling messages to "user" destinations (i.e.
- 
Uses of UserDestinationResolver in org.springframework.messaging.simp.configMethods in org.springframework.messaging.simp.config that return UserDestinationResolverModifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.userDestinationResolver(SimpUserRegistry userRegistry, AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) Methods in org.springframework.messaging.simp.config with parameters of type UserDestinationResolverModifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.simpleBrokerMessageHandler(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationResolver userDestinationResolver) AbstractMessageBrokerConfiguration.stompBrokerRelayMessageHandler(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationMessageHandler userDestinationMessageHandler, MessageHandler userRegistryMessageHandler, UserDestinationResolver userDestinationResolver) AbstractMessageBrokerConfiguration.userDestinationMessageHandler(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationResolver userDestinationResolver) 
- 
Uses of UserDestinationResolver in org.springframework.messaging.simp.userClasses in org.springframework.messaging.simp.user that implement UserDestinationResolverModifier and TypeClassDescriptionclassA default implementation ofUserDestinationResolverthat relies on aSimpUserRegistryto find active sessions for a user.Methods in org.springframework.messaging.simp.user that return UserDestinationResolverModifier and TypeMethodDescriptionUserDestinationMessageHandler.getUserDestinationResolver()Return the configuredUserDestinationResolver.Constructors in org.springframework.messaging.simp.user with parameters of type UserDestinationResolverModifierConstructorDescriptionUserDestinationMessageHandler(SubscribableChannel clientInboundChannel, SubscribableChannel brokerChannel, UserDestinationResolver destinationResolver) Create an instance with the given client and broker channels to subscribe to, and then send resolved messages to the broker channel.