- Notifications
You must be signed in to change notification settings - Fork635
Open
Description
My current version is 4.0.0. Originally, I wanted to use a listener to synchronize the database after the state is reached. However, I found that it was no longer possible to obtain the specific state machine context through getStateMachine in the listener. Therefore, I had to use an interceptor instead. However, there is no way to add interceptors in StateMachine Configurator Adapter. How can I add interceptors