Re: [akka-user] Is there any idiom for shutting down a router along with its routees?

2015-03-09 Thread Matan Safriel
Thanks Björn, I have found it a while after posting to the group. My apologies, but it was not easy locating where it may be documented. On Mon, Mar 9, 2015 at 9:21 AM, Björn Antonsson < bjorn.antons...@typesafe.com> wrote: > Hi Matan, > > There is a whole section in the docs about routers and al

Re: [akka-user] Is there any idiom for shutting down a router along with its routees?

2015-03-09 Thread Björn Antonsson
Hi Matan, There is a whole section in the docs about routers and also information about how to shut them down here  http://doc.akka.io/docs/akka/snapshot/scala/routing.html#Specially_Handled_Messages B/ On 8 March 2015 at 13:14:06, Matan Safriel (dev.ma...@gmail.com) wrote: Hi, Is there a spe

[akka-user] Is there any idiom for shutting down a router along with its routees?

2015-03-08 Thread Matan Safriel
Hi, Is there a specific way to shutdown a router v.s. a regular Actor? Is there any idiom for shutting down a router along with its routees? Thanks, Matan -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/addit