lmw
2024-07-31 7047d336091dc429a47f73badf1e53612ca4159e
1
2
3
4
5
6
7
8
9
package cn.sinata.rxnetty;
 
/**
 * netty发送消息监听器
 */
 
public interface OnSendListener {
    void onSend(String s);
}