ActorContext.getParent for Java API #22413
This commit is contained in:
parent
5ff44194a3
commit
2eb226ed32
213 changed files with 1319 additions and 1523 deletions
|
|
@ -19,7 +19,7 @@ object CustomRouterDocSpec {
|
|||
#//#config
|
||||
akka.actor.deployment {
|
||||
/redundancy2 {
|
||||
router = "docs.routing.RedundancyGroup"
|
||||
router = "jdocs.routing.RedundancyGroup"
|
||||
routees.paths = ["/user/s1", "/user/s2", "/user/s3"]
|
||||
nbr-copies = 5
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ akka.actor.deployment {
|
|||
#//#jconfig
|
||||
akka.actor.deployment {
|
||||
/redundancy2 {
|
||||
router = "docs.jrouting.RedundancyGroup"
|
||||
router = "jdocs.routing.RedundancyGroup"
|
||||
routees.paths = ["/user/s1", "/user/s2", "/user/s3"]
|
||||
nbr-copies = 5
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue