Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.spring.config |
Modifier and Type | Class and Description |
---|---|
class |
AggregateConfigurer<A>
Axon Configuration API extension that allows the definition of an Aggregate.
|
Modifier and Type | Method and Description |
---|---|
<A> Configurer |
Configurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration)
Configures an Aggregate in this configuration based on the given
aggregateConfiguration . |
<A> Configurer |
DefaultConfigurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration) |
Constructor and Description |
---|
RepositoryFactoryBean(AggregateConfiguration<T> aggregateConfiguration)
Initialize the Factory Bean using given
aggregateConfiguration to locate the configured Repository
instance. |
Copyright © 2010–2019. All rights reserved.