fix
Hentua
2023-11-28 6a6bca082a517b44f21205902b7ab7f03a97ae42
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.farmer.cms.netty;
 
/**
 * @author wzy
 * @date 2019-05-06
 */
public interface ChatServer {
    void start() throws  Exception;
 
    void shutdown();
}