first impl of Typed PersistentActor, #22273
* illustrate problem with wrapping behavior
This commit is contained in:
parent
be26edeb04
commit
b671d2a47b
7 changed files with 362 additions and 43 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue