Guest User

Untitled

a guest
Oct 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Java Server: @SendTo("/topic/showResult")
  2.  
  3. JS Client: stompClient.subscribe('/topic/showResult', function(calResult){ ....
  4.  
  5. Java Server: @SentToUser("/topic/showResult")
  6.  
  7. JS Client: stompClient.subscribe('/user/topic/showResult', function(calResult){ ....
Add Comment
Please, Sign In to add comment