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 {
    /**
     * 拦截器拦截后的反馈
     */
    void preHandle(HttpServletRequest request, HttpServletResponse response) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy