我需要在spring控制器中找到一个特定的websocketsession并执行session.sendmessage
下面是错误代码,但这是我想做的方向。
@Controller
public class TestController {
@RequestMapping("/test")
public String test() {
websocketSession.sendMessage("message");
return "jsonView";
}
}
1条答案
按热度按时间bhmjp9jg1#
我希望这能对你有所帮助。是spring officiel文档链接吗