Uses of Interface
org.springframework.messaging.simp.user.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.config
Modifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.userDestinationResolver
(SimpUserRegistry userRegistry, AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) Modifier 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.user
Modifier and TypeClassDescriptionclass
A default implementation ofUserDestinationResolver
that relies on aSimpUserRegistry
to find active sessions for a user.Modifier and TypeMethodDescriptionUserDestinationMessageHandler.getUserDestinationResolver()
Return the configuredUserDestinationResolver
.ModifierConstructorDescriptionUserDestinationMessageHandler
(SubscribableChannel clientInboundChannel, SubscribableChannel brokerChannel, UserDestinationResolver resolver) Create an instance with the given client and broker channels subscribing to handle messages from each and then sending any resolved messages to the broker channel.