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

edi.rule.extend.interfaces.IJSRulePostLaunch Maven / Gradle / Ivy

package edi.rule.extend.interfaces;

import edi.rule.work.interfaces.IJSRuleChain;

/**
 * @author 摩拉克斯
 * @date 2022年3月16日 下午4:19:57
 * 

实现此接口可在框架启动后做一些事情,同时可以通过重写order方法保证顺序的可控 */ public interface IJSRulePostLaunch extends IJSRuleChain { /** *

框架启动完成后执行的方法 * */ void start(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy