| 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 |
|---|---|
default <A> AggregateConfiguration<A> |
Configuration.aggregateConfiguration(Class<A> aggregateType)
Returns the
AggregateConfiguration for the given aggregateType. |
| Modifier and Type | Method and Description |
|---|---|
<A> Configurer |
DefaultConfigurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration) |
<A> Configurer |
Configurer.configureAggregate(AggregateConfiguration<A> aggregateConfiguration)
Configures an Aggregate in this configuration based on the given
aggregateConfiguration. |
Copyright © 2010–2023. All rights reserved.