[−][src]Module eventually_core::aggregate
Foundation traits for creating Domain abstractions
using the Aggregate pattern.
Structs
| AggregateRoot | An |
Traits
| Aggregate | An Aggregate manages a domain entity |
| AggregateExt | Extension trait with some handy methods to use with |
| Identifiable | A trait for data structures that can be identified by an id. |
Type Definitions
| AggregateId | A short extractor type for the Aggregate id, found in the Aggregate |