Uses of Interface
org.springframework.messaging.simp.user.SimpUserRegistry
Packages that use SimpUserRegistry
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Support for handling messages to "user" destinations (i.e.
Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
-
Uses of SimpUserRegistry in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return SimpUserRegistryModifier and TypeMethodDescriptionprotected abstract SimpUserRegistry
AbstractMessageBrokerConfiguration.createLocalUserRegistry
(Integer order) Create the user registry that provides access to local users.AbstractMessageBrokerConfiguration.userRegistry
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) Methods in org.springframework.messaging.simp.config with parameters of type SimpUserRegistryModifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.userDestinationResolver
(SimpUserRegistry userRegistry, AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) AbstractMessageBrokerConfiguration.userRegistryMessageHandler
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, SimpUserRegistry userRegistry, SimpMessagingTemplate brokerMessagingTemplate, TaskScheduler messageBrokerTaskScheduler) -
Uses of SimpUserRegistry in org.springframework.messaging.simp.user
Classes in org.springframework.messaging.simp.user that implement SimpUserRegistryModifier and TypeClassDescriptionclass
SimpUserRegistry
that looks up users in a "local" user registry as well as a set of "remote" user registries.Methods in org.springframework.messaging.simp.user that return SimpUserRegistryModifier and TypeMethodDescriptionDefaultUserDestinationResolver.getSimpUserRegistry()
Return the configuredSimpUserRegistry
.Constructors in org.springframework.messaging.simp.user with parameters of type SimpUserRegistryModifierConstructorDescriptionDefaultUserDestinationResolver
(SimpUserRegistry userRegistry) Create an instance that will access user session id information through the provided registry.MultiServerUserRegistry
(SimpUserRegistry localRegistry) Create an instance wrapping the local user registry. -
Uses of SimpUserRegistry in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation that return SimpUserRegistryModifier and TypeMethodDescriptionprotected SimpUserRegistry
WebSocketMessageBrokerConfigurationSupport.createLocalUserRegistry
(Integer order) -
Uses of SimpUserRegistry in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement SimpUserRegistryModifier and TypeClassDescriptionclass
A default implementation ofSimpUserRegistry
that relies onAbstractSubProtocolEvent
application context events to keep track of connected users and their subscriptions.