Typed docs for sharding and singleton (#24364)
This commit is contained in:
parent
f32cd63dc1
commit
719f0fb672
9 changed files with 287 additions and 11 deletions
|
|
@ -415,7 +415,8 @@ lazy val clusterShardingTyped = akkaModule("akka-cluster-sharding-typed")
|
|||
clusterSharding,
|
||||
testkit % "test->test",
|
||||
typedTestkit % "test->test",
|
||||
actorTypedTests % "test->test"
|
||||
actorTypedTests % "test->test",
|
||||
persistenceTyped % "test->test"
|
||||
)
|
||||
.settings(AkkaBuild.mayChangeSettings)
|
||||
.settings(AutomaticModuleName.settings("akka.cluster.sharding.typed"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue