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

com.fastchar.interfaces.IFastInterceptor Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.fastchar.interfaces;

import com.fastchar.core.FastAction;

/**
 * 拦截器接口
 */
public interface IFastInterceptor {

    /**
     * 触发拦截器
     * @param fastAction FastAction对象
     * @throws Exception 异常
     */
    void onInterceptor(FastAction fastAction) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy