增加移动端推送title content
This commit is contained in:
@@ -21,6 +21,17 @@ public interface RemoteWebSocketMessageService {
|
||||
*/
|
||||
void publishMessage(List<Long> sessionKey, WebSocketMsgType webSocketMsgType, String data);
|
||||
|
||||
/**
|
||||
* 推送移动端消息
|
||||
*
|
||||
* @param sessionKey session主键 一般为用户id
|
||||
* @param webSocketMsgType webSocket消息类型
|
||||
* @param title 推送title
|
||||
* @param content 推送内容
|
||||
* @param data 推送数据
|
||||
*/
|
||||
void pushMobileMessage(List<Long> sessionKey, WebSocketMsgType webSocketMsgType, String title, String content, String data);
|
||||
|
||||
/**
|
||||
* 发布订阅的消息(群发)
|
||||
*
|
||||
|
Reference in New Issue
Block a user