+per #15279 FSM for PersistentActor
This commit is contained in:
parent
122fdedd08
commit
09b6abd614
22 changed files with 3595 additions and 16 deletions
|
|
@ -152,7 +152,7 @@ object PersistentViewSpec {
|
|||
}
|
||||
}
|
||||
|
||||
abstract class PersistentViewSpec(config: Config) extends AkkaSpec(config) with PersistenceSpec with ImplicitSender {
|
||||
abstract class PersistentViewSpec(config: Config) extends PersistenceSpec(config) with ImplicitSender {
|
||||
import akka.persistence.PersistentViewSpec._
|
||||
|
||||
var persistentActor: ActorRef = _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue