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