Skip to main content

Module aggregate

Module aggregate 

Source

Structs§

AsyncAggregateRepository
Async repository wrapper for a specific aggregate type.

Traits§

Aggregate
Trait for domain aggregates that can be event-sourced.
AsyncAggregateBuilder
Builder trait for creating typed async aggregate repositories.

Functions§

hydrate
Hydrate an aggregate from an entity by replaying its events.