Hi there, if you mean the new akka-typed module then: no. It's currently an preview which has not been released yet (it will be in 2.4), this it does not yet have integration with peristence.
If you mean the old "static interface" typed actors then the answer is also no. These are only meant as an integration layer between legacy code and "actor land", you could however simply forward from such actor all messages to a proper PersistentActor rather easily! On Sun, Apr 5, 2015 at 6:47 PM, Explorer <[email protected]> wrote: > Hi, > > is there a way to create TypedActors which are persistent at the same time > in Akka? > > Any examples will be very helpful. > > Thanks > Explorer > > -- > >>>>>>>>>> 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. > -- Cheers, Konrad 'ktoso' Malawski Akka <http://akka.io/> @ Typesafe <http://typesafe.com/> -- >>>>>>>>>> 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.
