first impl of Typed PersistentActor, #22273

* illustrate problem with wrapping behavior
This commit is contained in:
Patrik Nordwall 2017-09-21 07:11:26 +02:00
parent be26edeb04
commit b671d2a47b
7 changed files with 362 additions and 43 deletions

View file

@ -163,7 +163,8 @@ lazy val typed = akkaModule("akka-typed")
cluster % "compile->compile;test->test",
clusterTools,
clusterSharding,
distributedData)
distributedData,
persistence % "compile->compile;test->test")
lazy val typedTests = akkaModule("akka-typed-tests")
.dependsOn(typed, typedTestkit % "compile->compile;test->test")