Skip to content

Release v6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 09:54
2060d44

Summary

Registration of Aggregate Roots and Event Types can now be done in order to provide an alias to id mapping

Added

  • Runtime Services:
    • AggregateRoots.RegisterAlias: Register an alias mapping for an Aggregate Root
    • EventTypes.Register: Register an EventType with an optional alias
  • Runtime Management Services:
    • AggregateRoots.GetAll: Gets all registered Aggregate Roots
    • AggregateRoots.GetOne: Gets information about a specific Aggregate Root
    • AggregateRoots.GetEvents: Gets committed events for an Aggregate Root Instance
    • EventTypes.GetAll: Gets all registered Event Types