A - The type of Aggregate defined in this Configurationpublic interface AggregateConfiguration<A> extends ModuleConfiguration
| Modifier and Type | Method and Description |
|---|---|
org.axonframework.eventsourcing.AggregateFactory<A> |
aggregateFactory()
Returns the
AggregateFactory defined in this configuration. |
Class<A> |
aggregateType()
Returns the type of Aggregate defined in this configuration.
|
org.axonframework.modelling.command.Repository<A> |
repository()
Returns the repository defined to load instances of the Aggregate type defined in this configuration.
|
org.axonframework.eventsourcing.snapshotting.SnapshotFilter |
snapshotFilter()
Returns the
SnapshotFilter defined in this configuration. |
initialize, isType, phase, shutdown, start, unwraporg.axonframework.modelling.command.Repository<A> repository()
Class<A> aggregateType()
org.axonframework.eventsourcing.AggregateFactory<A> aggregateFactory()
AggregateFactory defined in this configuration.AggregateFactory defined in this configuration.org.axonframework.eventsourcing.snapshotting.SnapshotFilter snapshotFilter()
SnapshotFilter defined in this configuration.SnapshotFilter defined in this configurationCopyright © 2010–2023. All rights reserved.