java - Akka : How to assign an Actor an alias path -
i working on poc trying implement device server using akka java. same wondering how can create alias path symbolic link actor after actor created.
i reading article (http://doc.akka.io/docs/akka/snapshot/general/addressing.html)
blockquote in real file-systems there “symbolic links”, i.e. 1 actor may reachable using more 1 path, 1 involve translation decouples part of path actor’s actual supervision ancestor line; these specialities described in sub-sections follow.
if can example great.
that section of docs little misleading: fact cases actor may have multiple paths implementation detail, not mean aliases can created deliberately. in particular, remote deployment way can happen.
so short answer is: in practice impossible.
Comments
Post a Comment