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

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

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool;

/**
 * @author qinchao
 * @since 2019/4/29
 */
public interface ServiceController {


     T getFixedServiceByClass(Class t);

     T getServiceByClass(Class t);

    void loadFinished();

    ServiceProxy getProxy(Class clazz);

    void recycleService(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy