Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.SnapshotStore
Packages that use SnapshotStore
Package
Description
-
Uses of SnapshotStore in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement SnapshotStore -
Uses of SnapshotStore in io.fluxcapacitor.javaclient.persisting.repository
Constructors in io.fluxcapacitor.javaclient.persisting.repository with parameters of type SnapshotStoreModifierConstructorDescriptionAnnotatedAggregateRepository(Class<T> type, Serializer serializer, Cache cache, Cache relationshipsCache, EventStore eventStore, SnapshotStore snapshotStore, DispatchInterceptor dispatchInterceptor, EventSourcingHandlerFactory handlerFactory, DocumentStore documentStore)