Fixed even more comments on the remoting. See #1175
This commit is contained in:
parent
9b39b9411f
commit
215c77672c
3 changed files with 15 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ public class RemoteActorExample extends UntypedActor {
|
|||
//#localNodeActor
|
||||
|
||||
//#remoteNodeActor
|
||||
ActorRef a2 = getContext().actorFor("akka://app@10.0.0.1:2552/user/theActor");
|
||||
ActorRef a2 = getContext().actorFor("akka://app@10.0.0.1:2552/user/serviceA/retrieval");
|
||||
//#remoteNodeActor
|
||||
|
||||
public void onReceive(Object message) throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue