Replies: 1 comment 2 replies
-
Hi @clojj, Sealed/Abstract base-types Event and Command are abstract, but these are domain/case-specific. The library will stay more general and give users the freedom to model the message (commands/C, events/E) as required by a specific domain/business. I hope it makes sense? Modeling OR (SUM) relationship for Commands and Events makes sense to me, in most of the scenarios.
This is a second reason why Sealed/Abstract Command and Event are not in the lib. There are other ways to model OR (SUM) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, great work.. not fully digested fmodel yet, but it is a valuable effort for sure!
I wonder why sealed base-types Event and Command are not in the library.. any specific reason for this ?
Best, Jörg
Beta Was this translation helpful? Give feedback.
All reactions