接口 TPSLimiter
-
- 所有已知实现类:
DefaultTPSLimiter
public interface TPSLimiter
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 boolean
isAllowable(URL url, Invocation invocation)
judge if the current invocation is allowed by TPS rule
-
-
-
方法详细资料
-
isAllowable
boolean isAllowable(URL url, Invocation invocation)
judge if the current invocation is allowed by TPS rule- 参数:
url
- urlinvocation
- invocation- 返回:
- true allow the current invocation, otherwise, return false
-
-