Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
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 |
---|---|
<R extends EventSourcingRepository<T>> |
EventSourcingRepository.Builder.build()
Initializes a
EventSourcingRepository or CachingEventSourcingRepository as specified through
this Builder. |
Copyright © 2010–2018. All rights reserved.