-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Labels
Priority 3: CouldLow priority. Issues that are nice to have but have a straightforward workaround.Low priority. Issues that are nice to have but have a straightforward workaround.Status: ResolvedUse to signal that work on this issue is done.Use to signal that work on this issue is done.Type: FeatureUse to signal an issue is completely new to the project.Use to signal an issue is completely new to the project.
Milestone
Description
When using Spring Autoconfiguration, the @Aggregate annotation allows for configuration of all components around an Aggregate Root. However, besides the repository, nothing can be configured explicitly.
There should be two ways of configuring the Aggregate:
- have an
AggregateConfigurerbean in the context - using attributes on the
@Aggregateannotation for the beans to use asRepository(already implemented)CommandTargetResolverAggregateFactory(implemented using default-name-lookup)SnapshotTriggerDefinition, either as bean name or as snapshot-count-value
Metadata
Metadata
Assignees
Labels
Priority 3: CouldLow priority. Issues that are nice to have but have a straightforward workaround.Low priority. Issues that are nice to have but have a straightforward workaround.Status: ResolvedUse to signal that work on this issue is done.Use to signal that work on this issue is done.Type: FeatureUse to signal an issue is completely new to the project.Use to signal an issue is completely new to the project.