Minor typo in docs

This commit is contained in:
Rossen Stoyanchev
2018-03-23 11:12:54 -04:00
parent 3b4c7a40c0
commit 94924566d5
2 changed files with 4 additions and 4 deletions

View File

@@ -1301,7 +1301,7 @@ subscription messages only.
An `@SubscribeMapping` method is generally no different from any `@MessageMapping`
method with respect to mapping and input arguments. For example you can combine it with a
type-level `@MessageMapping` to express a shared destination prefix, and you can use the
same <<websocket-stomp-message-mapping,method arguments>> as on any @MessageMapping` method.
same <<websocket-stomp-message-mapping,method arguments>> as any @MessageMapping` method.
The key difference with `@SubscribeMapping` is that the return value of the method is
serialized as a payload and sent, not to the "brokerChannel" but to the