Package org.miaixz.bus.limiter
Class Supplier
java.lang.Object
org.miaixz.bus.limiter.Supplier
标识提供者
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Supplier
public Supplier()
-
-
Method Details
-
get
获取当前用户标识- Returns:
- 用户表示
-
intercept
拦截请求的结果- Parameters:
bean- 对象信息method- 执行方法args- 参数- Returns:
- the serializable
-