Package sk.gursky.films.websocket
Class ChatController
java.lang.Object
sk.gursky.films.websocket.ChatController
@Controller
public class ChatController
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ChatController()
-
Method Summary
-
Constructor Details
-
ChatController
public ChatController()
-
-
Method Details
-
greeting
@MessageMapping("/hello") @SendTo("/topic/greetings") public Greeting greeting(HelloMessage message) throws java.lang.Exception- Throws:
java.lang.Exception
-
message
@MessageMapping("/message") @SendTo("/topic/messages") public Message message(Message message) throws java.lang.Exception- Throws:
java.lang.Exception
-