Obvious eh. Sorry couldn't find it in the docs :) Thanks.
On Tuesday, 21 April 2015 07:06:41 UTC-7, Patrik Nordwall wrote: > > > > On Mon, Apr 20, 2015 at 5:51 PM, Moiz Raja <[email protected] > <javascript:>> wrote: > >> Hi, >> >> When the failure detector detects that a member is not reachable it sends >> the MemberUnreachable event to the listeners. I see that there is no >> corresponding MemberReachable event. >> > > UnreachableMember and ReachableMember? > > https://github.com/akka/akka/blob/release-2.3-dev/akka-cluster/src/main/scala/akka/cluster/ClusterEvent.scala#L188 > > /Patrik > >> >> If I have an actor that needs to do something useful on detecting the >> reachability of a member what should I look for to determine if a member >> has become reachable now? >> >> -Moiz >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- >>>>>>>>>> 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.
