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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -