dynamic message-mapping for websockets in Spring 4

前端 未结 2 1401
灰色年华
灰色年华 2021-02-06 14:59

I want to develop a small chat with springs new websocket/stomp support. I guess i cannot use something like this:

@MessageMapping(\"/connect/{roomId}\")
@SendTo         


        
2条回答
提交回复
热议问题