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

cn.yueshutong.springbootstartercurrentlimiting.handler.CurrentInterceptorHandler Maven / Gradle / Ivy

There is a newer version: 0.1.1.RELEASE
Show newest version
package cn.yueshutong.springbootstartercurrentlimiting.handler;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
 * Create by [email protected]
 */
public interface CurrentInterceptorHandler {
    /**
     * 自定义全局的拦截处理
     * true:表示放行,false:表示拦截
     */
    void preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy