Hi Aditya, have you seen this documentation page on on snapshots <http://doc.akka.io/docs/akka/2.3.9/java/persistence.html#Snapshots> in java?
Also sample full code can be found here <https://github.com/akka/akka/blob/39e7f05db81a77215715e05b0ecbd4b636148213/akka-samples/akka-sample-persistence-java/src/main/java/sample/persistence/PersistentActorExample.java#L85-L86> . On Sat, Mar 14, 2015 at 6:59 PM, Aditya Devisetty <[email protected] > wrote: > Hi, > > I'm new to akka and I'm doing sampling on akka-persistence using java.I > have persisted the actor state and taken different snapshots.But I do not > know how to get the particular snapshot and delete the journals once > snapshot has taken. > > -- > >>>>>>>>>> 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. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> 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.
