我们目前正在研究弹簧状态机,我们对使用存储库的池和上下文切换的eventservice样本有非常相似的需求,唯一的问题是redis只是linux(用于生产)而我们不能依赖于...是否有一种简洁的开箱即用方式来使用spring数据集成持久性,或者我必须为StateMachinePersister编写自己的实现。
我应该使用AbstractStateMachinePersister还是StateMachinePersist?
谢谢!
答案 0 :(得分:0)
没有OOB spring数据集成,因此您需要使用低级API来构建自己的持久性impl。话虽如此,Spring数据支持一直在我的脑海中,但还没有时间推进它。 PR受到高度赞赏;)
StateMachinePersister
是AbstractStateMachinePersister
实现的接口。