Good evening all....
I'm learning my Akka, or rather learning to do it better. I'm looking at
writing a lightweight protocol stack. In the old Java world, I'd write a
rather large FSM that would handle all states and events.. but that was the
old days. I assume today, I'd want to use Akka streams. Assume I had
something like this:
FSM-Main:
Handles main protocol states (Connected, Setup, Authentication,
Running)
Under each state, I have an FSM just for that state. For example, under
the Auth state, I have a sub FSM that handles the various authentication
FSM.
I assume this is legal.
Now, in streams, where does this fit in with Akka streams -- I assume each
stream element would have its own FSM?
--
>>>>>>>>>> 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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.