[akka-user] Akka FSM and Akk persistence with Java (8)

2014-08-19 Thread Barak Cohen
Hi,

We have just started to build our new application with Akka using java 8.
We started by using the FSM actor but when we read about the persistent 
actors we wanted to use them as well.

I saw that in the Scala documentation of the persistence module there is a 
reference on how to combine the two 
but i couldn't find any reference to it in the Java version nor in the code 
base.

Is there a way to combine the two in java as well?

Thanks,
Barak  

-- 
This message may contain confidential and/or privileged information. 
If you are not the addressee or authorized to receive this on behalf of the 
addressee you must not use, copy, disclose or take action based on this 
message or any information herein. 
If you have received this message in error, please advise the sender 
immediately by reply email and delete this message. Thank you.

-- 
>>  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.


Re: [akka-user] Akka FSM and Akk persistence with Java (8)

2014-08-19 Thread Konrad 'ktoso' Malawski
Hi Barak,
It’s currently not possible to use FSM with PersistentActors.
We do want to provide this before persistence goes stable, here’s the ticket 
for tracking it: https://github.com/akka/akka/issues/15279

I was already playing around with implementing it, but sadly it requires a bit 
more work.


-- 
Konrad 'ktoso' Malawski
hAkker @ typesafe
http://akka.io

-- 
>>  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.