public class Sentinel
extends Object
管控执行
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sentinel
public Sentinel()
-
Method Details
-
process
执行对应方法及相关规则
- Parameters:
bean - 对象信息
method - 执行方法
args - 参数
name - 方法名称
strategyMode - 规则
- Returns:
- the object