Package | Description |
---|---|
org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
org.springframework.messaging.simp.user |
Support for handling messages to "user" destinations (i.e.
|
Modifier and Type | Method and Description |
---|---|
UserDestinationResolver |
AbstractMessageBrokerConfiguration.userDestinationResolver() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserDestinationResolver
A default implementation of
UserDestinationResolver that relies
on a SimpUserRegistry to find active sessions for a user. |
Modifier and Type | Method and Description |
---|---|
UserDestinationResolver |
UserDestinationMessageHandler.getUserDestinationResolver()
Return the configured
UserDestinationResolver . |
Constructor and Description |
---|
UserDestinationMessageHandler(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.
|