See: Description
Interface | Description |
---|---|
SubscriptionRegistry |
A registry of subscription by session that allows looking up subscriptions.
|
UserDestinationResolver |
A strategy for resolving unique, user destinations per session.
|
UserSessionRegistry |
A registry for looking up active session id's by user.
|
Class | Description |
---|---|
AbstractBrokerMessageHandler | |
AbstractSubscriptionRegistry | |
DefaultSubscriptionRegistry | |
DefaultUserDestinationResolver |
A default implementation of
UserDestinationResolver . |
DefaultUserSessionRegistry |
A default thread-safe implementation of
UserSessionRegistry . |
SimpAnnotationMethodMessageHandler |
A handler for messages delegating to
@SubscribeMapping and
@MessageMapping annotated methods. |
SimpleBrokerMessageHandler | |
SimpMessageMappingInfo |
Encapsulates the following request mapping conditions:
SimpMessageTypeMessageCondition
DestinationPatternsMessageCondition
|
SimpMessageTypeMessageCondition |
A message condition that checks the message type.
|
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.
|