public interface UserDestinationResolver
See implementation classes and the documentation for example destinations.
DefaultUserDestinationResolver
,
UserDestinationMessageHandler
Modifier and Type | Method and Description |
---|---|
UserDestinationResult |
resolveDestination(Message<?> message)
Resolve the given message with a user destination to one or more messages
with actual destinations, one for each active user session.
|
UserDestinationResult resolveDestination(Message<?> message)
message
- the message to try to resolvenull
if the source message does not contain a user destination.