Uses of Package
dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic
-
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic Class Description AggregateRoot A specialized and opinionated mutableAggregatedesign
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.Event 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.state Class Description AggregateRoot A specialized and opinionated mutableAggregatedesign
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.Event 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.