liugl
2021-01-19 36bc30bdfea6e604a517267e9cabe57b51c322ea
1
2
3
4
5
6
7
8
9
package cn.sinata.rxnetty;
 
/**
 * netty发送消息监听器
 */
 
public interface OnSendListener {
    void onSend(String s);
}