Uses of Package
dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic
Package
Description
-
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classicClassDescriptionA specialized and opinionated mutable
Aggregatedesign
ThisAggregateRootis designed to work with Class based Event's that inherit fromEvent.
This design is deliberate and will manage a lot of things for you as a developer at the cost of some flexibility.Based Event type that's built to work in combination withAggregateRoot
All you need to do is to inherit from this class when building your ownEventtypes. -
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic.stateClassDescriptionA specialized and opinionated mutable
Aggregatedesign
ThisAggregateRootis designed to work with Class based Event's that inherit fromEvent.
This design is deliberate and will manage a lot of things for you as a developer at the cost of some flexibility.Based Event type that's built to work in combination withAggregateRoot
All you need to do is to inherit from this class when building your ownEventtypes.