Can two actors have the  same name? For Example, Can I create same instance
of Actor class in a For loop so I can access all the actors by that name?

On Tue, Mar 21, 2017 at 6:12 AM, Justin du coeur <jduco...@gmail.com> wrote:

> Right -- that's probably the way I would tend to construct something like
> this, but it would depend on the use case, as well as whether the "groups"
> in question were mutually exclusive...
>
> On Tue, Mar 21, 2017 at 9:05 AM, Konrad Malawski <
> konrad.malaw...@lightbend.com> wrote:
>
>>
>> As such, no -- there's no formal "group" concept like this, although you
>> could construct it manually yourself.
>>
>> There is "all children of given actor" which is accessible by
>> context.children() inside an Actor.
>>
>>
>>
>>
>> --
>> Konrad `ktoso` Malawski
>> Akka <http://akka.io> @ Lightbend <http://lightbend.com>
>>
>>
>> On 21 March 2017 at 15:02:26, Justin du coeur (jduco...@gmail.com) wrote:
>>
>
> --
> >>>>>>>>>> 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 a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/akka-user/UAFqhZYk8uc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to