Hi,

I am quite new to Akka (so it could be quite a naive question) and I was 
wondering if its possible to get the final result from a Master actor (in 
Master-Worker) configuration.


For Instance:
ActorSystem system = ActorSystem.create("System");
ActorRef master = system.actorOf(Master.createMaster(), "master");
master.tell(initiateProcess, ActorRef.noSender());


So after the result is calculated by set of workers and transmitted to the 
Master, is it possible to access the object from the Mater Class . Cheers


Syd

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to