Module eventually::message
source · Expand description
This module contains the definition of a Message type, which can be used to describe some sort of domain value such as a Domain Event, a Domain Command, and so on.
Structs§
- Represents a Message packaged for persistance and/or processing by other parts of the system.
Traits§
- Represents a piece of domain data that occurs in the system.