OnReload Advice
OnReload Advice: Executed after the rule engine reloads the rule chain or the sub-node configuration.
# Interface
// Order returns the execution order, the smaller the value, the higher the priority
Order() int
// New creates a new instance
New() Aspect
// OnReload is the advice after the rule engine reloads the rule chain or the sub-node configuration
OnReload(chainCtx NodeCtx)
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