Uses of Package
dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful
Packages that use dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful
Package
Description
-
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful used by dk.cloudcreate.essentials.components.eventsourced.aggregates.statefulClassDescriptionFactory that helps the
StatefulAggregateRepository/StatefulAggregateInMemoryProjectorto create an instance of a givenAggregate.OpinionatedAggregateRepository that's built to persist and load a specificStatefulAggregatetype in combination withEventStore,UnitOfWorkFactoryand aStatefulAggregateInstanceFactory.
You can use theStatefulAggregateRepository.from(ConfigurableEventStore, AggregateEventStreamConfiguration, StatefulAggregateInstanceFactory, Class)to create a newStatefulAggregateRepositoryinstance that supports the most common repository method.
Alternatively you can extend from theStatefulAggregateRepository.DefaultStatefulAggregateRepositoryand add your own special methods -
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classicClassDescription
-
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic.stateClassDescription
-
Classes in dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful used by dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.modernClassDescription