Akka Persistent FSM is an experimental package for unifying Akka FSM with Akka Persistence.
Akka Persistent FSM is the experimental unification of Akka Persistence with Akka FSM. The former is a library for actors that can persist their state to a data store and automatically recover when reinstantiated. The latter is a DSL for defining actors in terms of finite-state machines, rather than an explicit receive
method.