Uses of Class
org.axonframework.eventsourcing.EventSourcingRepository
Packages that use EventSourcingRepository
-
Uses of EventSourcingRepository in org.axonframework.eventsourcing
Subclasses of EventSourcingRepository in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassImplementation of the event sourcing repository that uses a cache to improve loading performance.Methods in org.axonframework.eventsourcing with type parameters of type EventSourcingRepositoryModifier and TypeMethodDescription<R extends EventSourcingRepository<T>>
REventSourcingRepository.Builder.build()Initializes aEventSourcingRepositoryorCachingEventSourcingRepositoryas specified through this Builder.