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

cloud.agileframework.spring.sync.Runner Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.spring.sync;

/**
 * @author 佟盟
 * 日期 2021-01-07 10:52
 * 描述 TODO
 * @version 1.0
 * @since 1.0
 */
public interface Runner {
    /**
     * 执行器
     */
    void run();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy