Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition Akka actors implementations to use FSM trait #124

Open
davidrpugh opened this issue Oct 17, 2017 · 0 comments
Open

Transition Akka actors implementations to use FSM trait #124

davidrpugh opened this issue Oct 17, 2017 · 0 comments
Labels

Comments

@davidrpugh
Copy link

High level design of the actor implementations auctions and auction participants should make use of the finite state machine trait from Akka. Implementing these actors as finite state machines will make the overall API easier to reason about and explain and will make the actor layer more closely aligned with the functional layer which relies on the State monad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant