See: Description
Interface | Description |
---|---|
UserDestinationResolver |
A strategy for resolving unique, user destinations per session.
|
UserSessionRegistry |
A registry for looking up active session id's by user.
|
Class | Description |
---|---|
DefaultUserDestinationResolver |
A default implementation of
UserDestinationResolver . |
DefaultUserSessionRegistry |
A default thread-safe implementation of
UserSessionRegistry . |
UserDestinationMessageHandler |
Provides support for messages sent to "user" destinations, translating the
destination to one or more user-specific destination(s) and then sending message(s)
with the updated target destination using the provided messaging template.
|
Also included is UserSessionRegistry
for keeping track of connected user sessions.