Module aggregate

Source
Expand description

Aggregate module - belongs to the Application layer - composes pure logic and effects (fetching, storing)

Structs§

EventSourcedAggregate
Event Sourced Aggregate.
StateStoredAggregate
State Stored Aggregate.
StateStoredOrchestratingAggregate
Orchestrating State Stored Aggregate.

Traits§

EventRepository
Event Repository trait
StateRepository
State Repository trait