Uses of Interface
org.axonframework.eventsourcing.snapshot.store.SnapshotStore
Packages that use SnapshotStore
Package
Description
Axon Server snapshot store implementation.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Package for the sourcing handler API.
In-memory snapshot store implementations.
-
Uses of SnapshotStore in io.axoniq.framework.axonserver.connector.snapshot
Classes in io.axoniq.framework.axonserver.connector.snapshot that implement SnapshotStore -
Uses of SnapshotStore in org.axonframework.eventsourcing.eventstore
Constructors in org.axonframework.eventsourcing.eventstore with parameters of type SnapshotStoreModifierConstructorDescriptionSnapshotCapableEventStorageEngine(EventStorageEngine delegate, SnapshotStore snapshotStore) Constructs aSnapshotCapableEventStorageEnginewrapping the givendelegateengine with snapshot loading capability backed by the givensnapshotStore. -
Uses of SnapshotStore in org.axonframework.eventsourcing.handler
Constructors in org.axonframework.eventsourcing.handler with parameters of type SnapshotStoreModifierConstructorDescriptionSnapshottingEntityLifecycleHandler(EventStore eventStore, CriteriaResolver<I> criteriaResolver, InitializingEntityEvolver<I, E> evolver, SnapshotPolicy snapshotPolicy, MessageType messageType, Converter converter, Class<?> entityType, SnapshotStore snapshotStore) Constructs a new instance. -
Uses of SnapshotStore in org.axonframework.eventsourcing.snapshot.inmemory
Classes in org.axonframework.eventsourcing.snapshot.inmemory that implement SnapshotStoreModifier and TypeClassDescriptionclassAn in-memory implementation ofSnapshotStorefor testing or lightweight scenarios.