You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: