Merge branch 'wip-1485-fsm-docs-∂π'

This commit is contained in:
Roland 2012-01-24 09:35:35 +01:00
commit ee5ae1068b
8 changed files with 215 additions and 191 deletions

View file

@ -255,6 +255,10 @@ currently traversed actor, otherwise it will step “down” to the named child.
It should be noted that the ``..`` in actor paths here always means the logical
structure, i.e. the supervisor.
If the path being looked up does not exist, a special actor reference is
returned which behaves like the actor systems dead letter queue but retains
its identity (i.e. the path which was looked up).
Remote actor addresses may also be looked up, if remoting is enabled::
getContext().actorFor("akka://app@otherhost:1234/user/serviceB")