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

chao.java.tools.servicepool.InitServiceManager Maven / Gradle / Ivy

package chao.java.tools.servicepool;

/**
 *
 * 实现类由插件AutoService生成
 *
 * chao/java/tools/servicepool/gen/InitServiceManagerInstance
 *
 *
 * InitService默认使用懒加载,但有的场景需要启动时直接加载
 *
 * 这里加载的是非懒加载的InitService (lazy=false)
 *
 * @author luqin
 * @since 2019-09-26
 */
public interface InitServiceManager extends IService {

    void initService();

    void addInitService(Class initService);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy