Expand description
Foundation traits for creating Domain abstractions
using the Aggregate pattern.
Structs§
- Aggregate
Root - An
AggregateRootrepresents an handler to theAggregateit’s managing, such as: - Aggregate
Root Builder - Builder type for new
AggregateRootinstances.
Traits§
- Aggregate
- An Aggregate manages a domain entity
State, acting as a transaction boundary. - Aggregate
Ext - Extension trait with some handy methods to use with
Aggregates.
Type Aliases§
- Aggregate
Id - A short extractor type for the Aggregate
Id.