Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.test.aggregate |
Modifier and Type | Class and Description |
---|---|
class |
CachingEventSourcingRepository<T>
Implementation of the event sourcing repository that uses a cache to improve loading performance.
|
Modifier and Type | Method and Description |
---|---|
FixtureConfiguration<T> |
FixtureConfiguration.registerRepository(EventSourcingRepository<T> repository)
Registers an arbitrary event sourcing
repository with the fixture. |
FixtureConfiguration<T> |
AggregateTestFixture.registerRepository(EventSourcingRepository<T> eventSourcingRepository) |
Copyright © 2010–2017. All rights reserved.