Hi all,

I'm experimenting w/ akka 2.4-M2 PersistentFSMActor trait and I've a use 
case where I'd like to model my persistent actor state's data as a class 
that gets updated by *both* persistent events *and* non-persistent ones 
(i.e. I would like to have one container to cater for both persistent and 
transient state). I was hoping that I could use some version of "applying" 
(or "using", now private[akka]) to update my state w/o persisting any 
domain event but I can't seem to find any.

Also, I believe this could be circumvented, say, by using a separate 
non-persistent actor to hold the transient state, but I would really first 
would like to understand if adding (back?) this type of functionality: 1. 
would be useful to others, 2. has knock-on effects that I'm not considering.

Regards,
\j

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to