Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.test |
Classes in support of testing Axon based applications.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingEventSourcingRepository<T extends EventSourcedAggregateRoot>
Implementation of the event sourcing repository that uses a cache to improve loading performance.
|
Modifier and Type | Method and Description |
---|---|
FixtureConfiguration<T> |
GivenWhenThenTestFixture.registerRepository(EventSourcingRepository<T> eventSourcingRepository) |
FixtureConfiguration<T> |
FixtureConfiguration.registerRepository(EventSourcingRepository<T> repository)
Registers an arbitrary event sourcing
repository with the fixture. |
Copyright © 2010-2014. All Rights Reserved.