Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在参考文档中有一个用于持久化状态机的示例:
http://docs.spring.io/autorepo/docs/spring-statemachine/1.0.0.M3/reference/htmlsingle/#statemachine-recipes-persist
http://docs.spring.io/autorepo/docs/spring-statemachine/1.0.0.M3/reference/htmlsingle/#statemachine-examples-persist
有谁知道,如果有办法持久化 stateContext 吗?
谢谢弗雷迪
我认为您需要使用新的状态机 1.1.0.RELEASE ,然后使用新的内置功能 StateMachinePersister。该示例使用 InMemoryStateMachinePersist。