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

cloud.agileframework.log.ExecutionObjectProvider Maven / Gradle / Ivy

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

/**
 * @author 佟盟
 * 日期 2020/8/00017 19:49
 * 描述 执行过程记录钩子
 * @version 1.0
 * @since 1.0
 */
public interface ExecutionObjectProvider {
    /**
     * 请求执行过程,可以用于记录操作日志
     *
     * @param executionInfo 执行信息
     */
    void pass(ExecutionInfo executionInfo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy