ReceiveCover is used to recover the internal actor state using event sourcing approach. When an actor is restarted, the events are send to actor and handled by receiveRecover method.
On Thursday, December 31, 2015 at 12:33:15 PM UTC-2, Jan-Terje Sørensen wrote: > > Hi, > > Both PersistenceQuery.ReadJournal and PersistentActor.onReceiveRecover > handles events. > > As I understand it we shall always use PersisteceQuery when projecting our > data. Can anyone please explain when I need to use the > PersistentActor.receiveRecover? > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
