lmw
2023-03-10 28ebc366edb1509b224ce443757038ea07fe5a6f
1
2
3
4
5
6
7
8
9
package cn.sinata.rxnetty;
 
/**
 * netty发送消息监听器
 */
 
public interface OnSendListener {
    void onSend(String s);
}