Hi Rohit, please read the documentation: http://doc.akka.io/docs/akka/2.3.9/general/actors.html <http://doc.akka.io/docs/akka/2.3.9/general/actors.html> http://doc.akka.io/docs/akka/2.3.9/general/supervision.html <http://doc.akka.io/docs/akka/2.3.9/general/supervision.html> http://doc.akka.io/docs/akka/2.3.9/general/addressing.html <http://doc.akka.io/docs/akka/2.3.9/general/addressing.html> and let us know if this is still unclear afterwards.
Thanks, Roland > 15 apr 2015 kl. 20:47 skrev Rohit Jain <[email protected]>: > > What is actually an Actor in context of code. Is it the java class which > extends UnTypedActor ? i.e. 1 Actor=1 Class. > If yes, do we have multiple instance of it, simple referred using actorref. > How does multiple instance of actorref for same actor differs from each other > ? > > What do we mean by actor failing or restart of an actor ? Do we just reload > the class with last persisted data variables ? > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ <http://akka.io/docs/> > >>>>>>>>>> Check the FAQ: > >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> <http://doc.akka.io/docs/akka/current/additional/faq.html> > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > >>>>>>>>>> <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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/akka-user > <http://groups.google.com/group/akka-user>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. Dr. Roland Kuhn Akka Tech Lead Typesafe <http://typesafe.com/> – Reactive apps on the JVM. twitter: @rolandkuhn <http://twitter.com/#!/rolandkuhn> -- >>>>>>>>>> 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.
