yanghb
2024-04-15 f7bed575dc1397dc214fe77af0cf6228c6dfc92a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.stylefeng.roses.kernel.socket.business.websocket.operator.channel;
 
import cn.stylefeng.roses.kernel.socket.api.session.SocketSessionOperatorApi;
 
/**
 * 对Api模块的操作类进行扩展
 * <p>
 * 暂时只写接口,SocketOperatorApi方法不够用时再对此类进行扩展
 *
 * @author majianguo
 * @date 2021/6/1 下午3:44
 */
public interface SocketChannelExpandInterFace extends SocketSessionOperatorApi {
 
}