Last active
June 27, 2020 21:14
-
-
Save andremw/2fb53fb109546be6e67e7ab8145400c2 to your computer and use it in GitHub Desktop.
DutchBlitz with F# and DDD - workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bounded Context: Dutch Blitz game | |
Workflow: "Join Game" | |
Triggered by: | |
"Join Game" command | |
Primary input: | |
A join request | |
Output events: | |
"Player joined game" event | |
Side-effects: | |
An acknowledgment is sent to the person |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment