All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.t.tool.nettytool.daemon.DaemonService Maven / Gradle / Ivy

package cn.t.tool.nettytool.daemon;

/**
 * 守护服务
 * */
public interface DaemonService {

    /**
     * 启动
     * */
    void start();

    /**
     * 结束
     * */
    void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy