If you turn on akka.actor.debug.lifecycle and set akka.loglevel=DEBUG then you’ll see it as well; the usefulness of this hint depends strongly on how many actors your application creates, though ;-)
Regards, Roland 24 jan 2014 kl. 12:50 skrev Alec Zorab <[email protected]>: > in the debugger, go look inside the actorcell inside the ActorRef. _actor is > the actual actor. > > Hope that helps :) > > > On 24 January 2014 11:41, Akka Team <[email protected]> wrote: > Hi Björn, > > Quite an interesting question, I don't know a reliable way. Obviously there > isn't meant to be a way, but that does not make it less interesting :) > > -Endre > > > On Thu, Jan 23, 2014 at 12:51 PM, Björn Hachmann <[email protected]> wrote: > Hi, > > (only) for debugging purposes I would like to learn which Actor class a > specific ActorRef references. I obtained the actorRef from a framework > (Spray) which hides the instantiation. I would like to have a look at the > source code, but don't know which class I am using. > > Any ideas? > > Thank you very much! > > Björn Hachmann > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > > > > -- > Akka Team > Typesafe - The software stack for applications that scale > Blog: letitcrash.com > Twitter: @akkateam > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. Dr. Roland Kuhn Akka Tech Lead Typesafe – Reactive apps on the JVM. twitter: @rolandkuhn -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
