Uses of Interface
org.springframework.messaging.simp.user.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
Modifier and TypeMethodDescriptionprotected abstract SimpUserRegistry
AbstractMessageBrokerConfiguration.createLocalUserRegistry
(Integer order) Create the user registry that provides access to local users.AbstractMessageBrokerConfiguration.userRegistry
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) Modifier and TypeMethodDescriptionAbstractMessageBrokerConfiguration.userDestinationResolver
(SimpUserRegistry userRegistry, AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) AbstractMessageBrokerConfiguration.userRegistryMessageHandler
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, SimpUserRegistry userRegistry, SimpMessagingTemplate brokerMessagingTemplate, TaskScheduler scheduler) -
Uses of SimpUserRegistry in org.springframework.messaging.simp.user
Modifier and TypeClassDescriptionclass
SimpUserRegistry
that looks up users in a "local" user registry as well as a set of "remote" user registries.Modifier and TypeMethodDescriptionDefaultUserDestinationResolver.getSimpUserRegistry()
Return the configuredSimpUserRegistry
.ModifierConstructorDescriptionDefaultUserDestinationResolver
(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
Modifier and TypeMethodDescriptionprotected SimpUserRegistry
WebSocketMessageBrokerConfigurationSupport.createLocalUserRegistry
(Integer order) -
Uses of SimpUserRegistry in org.springframework.web.socket.messaging
Modifier and TypeClassDescriptionclass
A default implementation ofSimpUserRegistry
that relies onAbstractSubProtocolEvent
application context events to keep track of connected users and their subscriptions.