See: Description
Annotation Type | Description |
---|---|
SendToUser |
Annotation that can be used on methods processing an input message to indicate that the
method's return value should be converted to a
Message and sent to the
specified destination with the prefix "/user/{username}" automatically
prepended with the user information expected to be the input message header
SimpMessageHeaderAccessor.USER_HEADER . |
SubscribeMapping |
Annotation for mapping subscription messages onto specific handler methods based
on the destination of a subscription.
|