What is the difference between a Command and a Domain Event?
A Command asks the system to perform an authorized change; a Domain Event records the immutable business fact that resulted.
ReadTopic collection
How changes stay explicit without silently rewriting the past.
A Command asks the system to perform an authorized change; a Domain Event records the immutable business fact that resulted.
ReadCorrections add explicit new facts, reasons, and effective values while preserving the original event or historical record.
Read