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

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

package cn.yueshutong.springbootstartercurrentlimiting.handler;

import cn.yueshutong.springbootstartercurrentlimiting.property.CurrentProperty;

import javax.servlet.http.HttpServletRequest;

public interface CurrentRuleHandler {
    /**
     * 拦截规则
     */
    CurrentProperty rule(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy