DOC: fixed minor path err
This commit is contained in:
parent
a1e42f659c
commit
1b4983f865
1 changed files with 122 additions and 122 deletions
|
|
@ -97,8 +97,8 @@ Each actor path has an address component, describing the protocol and location
|
|||
by which the corresponding actor is reachable, followed by the names of the
|
||||
actors in the hierarchy from the root up. Examples are::
|
||||
|
||||
"akka://my-system/app/service-a/worker1" // purely local
|
||||
"akka://my-system@serv.example.com:5678/app/service-b" // local or remote
|
||||
"akka://my-system/user/service-a/worker1" // purely local
|
||||
"akka://my-system@serv.example.com:5678/user/service-b" // local or remote
|
||||
"cluster://my-cluster/service-c" // clustered (Future Extension)
|
||||
|
||||
Here, ``akka`` is the default remote protocol for the 2.0 release, and others
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue