See: Description
Annotation Type | Description |
---|---|
SendToUser |
Annotation that indicates that the return value of a message-handling method
should be sent as a
Message to the specified
destination(s) prepended with "/user/{username}" where the user name
is extracted from the headers of the input message being handled. |
SubscribeMapping |
Annotation for mapping subscription messages onto specific handler methods based
on the destination of a subscription.
|