Re: [akka-user] PersistentFSM and event tags

2017-09-26 Thread t . ferrauto
On Monday, September 25, 2017 at 7:57:01 AM UTC+2, Patrik Nordwall wrote: > > Event adapter is the recommended way to add tags, to keep the logic in the > actor free from this event consuming aspect. Thank you for the answer. The problem I have with tagging in an *EventAdapter* is that I need d

[akka-user] PersistentFSM and event tags

2017-09-19 Thread t . ferrauto
Is there a way to add tags (i.e. *akka.persistence.journal.Tagged*) to domain events and *StateChangeEvent* in a *PersistentFSM* actor? I haven't been able to find anything in the documentation, so I've implemented that using an *EventAdapter*, but the solution I've found is rather complex. I w