You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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