feat: 实时在线用户统计
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.youlai.system.service;
|
||||
|
||||
public interface WebsocketService {
|
||||
|
||||
void addUser(String username);
|
||||
|
||||
void removeUser(String username) ;
|
||||
|
||||
int getOnlineUserCount() ;
|
||||
}
|
||||
Reference in New Issue
Block a user