Uses of Interface
org.axonframework.config.AggregateConfiguration
Packages that use AggregateConfiguration
-
Uses of AggregateConfiguration in org.axonframework.config
Classes in org.axonframework.config that implement AggregateConfigurationModifier and TypeClassDescriptionclassAxon Configuration API extension that allows the definition of an Aggregate.Methods in org.axonframework.config that return AggregateConfigurationModifier and TypeMethodDescriptiondefault <A> AggregateConfiguration<A> Configuration.aggregateConfiguration(Class<A> aggregateType) Returns theAggregateConfigurationfor the givenaggregateType.Methods in org.axonframework.config with parameters of type AggregateConfigurationModifier and TypeMethodDescription<A> ConfigurerConfigurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration) Configures an Aggregate in this configuration based on the givenaggregateConfiguration.<A> ConfigurerDefaultConfigurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration) -
Uses of AggregateConfiguration in org.axonframework.spring.config
Constructors in org.axonframework.spring.config with parameters of type AggregateConfigurationModifierConstructorDescriptionRepositoryFactoryBean(AggregateConfiguration<T> aggregateConfiguration) Deprecated.Initialize the Factory Bean using givenaggregateConfigurationto locate the configured Repository instance.