Uses of Interface
io.fluxzero.sdk.persisting.eventsourcing.SnapshotStore
Packages that use SnapshotStore
Package
Description
-
Uses of SnapshotStore in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return SnapshotStoreModifier and TypeMethodDescriptionFluxzero.snapshotStore()Returns the store for aggregate snapshots. -
Uses of SnapshotStore in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type SnapshotStoreModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of SnapshotStore in io.fluxzero.sdk.persisting.eventsourcing
Classes in io.fluxzero.sdk.persisting.eventsourcing that implement SnapshotStoreModifier and TypeClassDescriptionclassDefault implementation of theSnapshotStoreinterface, responsible for managing snapshots of aggregate roots in an event-sourced system.enumASnapshotStoreimplementation that is used when snapshotting is explicitly disabled, such as whensnapshotPeriod <= 0is configured on an aggregate viaAggregate.