OnCreated Advice
OnCreated Advice: Executed after the rule engine is successfully created.
# Interface
// Order returns the execution order, the smaller the value, the higher the priority
Order() int
// New creates a new instance
New() Aspect
// OnCreated is the advice after the rule engine is successfully created
OnCreated(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