Uses of Interface
org.axonframework.eventsourcing.snapshot.store.SnapshotStore
Packages that use SnapshotStore
Package
Description
Axon Server snapshot store implementation.
In-memory snapshot store implementations.
Store-backed snapshotting implementations for event-sourced entities.
-
Uses of SnapshotStore in org.axonframework.axonserver.connector.snapshot
Classes in org.axonframework.axonserver.connector.snapshot that implement SnapshotStore -
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. -
Uses of SnapshotStore in org.axonframework.eventsourcing.snapshot.store
Constructors in org.axonframework.eventsourcing.snapshot.store with parameters of type SnapshotStoreModifierConstructorDescriptionStoreBackedSnapshotter(SnapshotStore store, MessageType type, Converter converter, Class<E> entityType) Creates a new instance.