OnNodeBeforeInit 增强点
OnNodeBeforeInit Advice: Executes before the initialization of the rule node. If an error is returned, creation fails.
# 接口
// Order returns the execution order, the smaller the value, the higher the priority
Order() int
// New creates a new instance
New() Aspect
// OnNodeBeforeInit is the advice that executes before the rule node initialization.
OnNodeBeforeInit(def *RuleNode) error
1
2
3
4
5
6
2
3
4
5
6
Edit this page on GitHub (opens new window)
Last Updated: 2024/10/23, 10:13:01