| 接口 | 说明 |
|---|---|
| Action |
要做的事情
|
| 类 | 说明 |
|---|---|
| ActionConfig | |
| BroadCastAction |
{
"action":"broadcast",
"message":"xxxxxxxxxxxxx"
}
广播给所有的websocket发送消息 action
|
| NoActionAction |
do nothing action
|
| RemoveAction |
{
"action":"remove",
"identifier":"xxx"
}
给webSocket发送消息的action
|
| SendMessageAction |
{
"action":"sendMessage",
"identifier":"xxx",
"message":"xxxxxxxxxxx"
}
给webSocket发送消息的action
|