Package org.axonframework.eventsourcing.snapshot.inmemory
@NullMarked
package org.axonframework.eventsourcing.snapshot.inmemory
In-memory snapshot store implementations.
This package contains concrete, ready-to-use SnapshotStore
implementations that store snapshots in memory. These implementations are useful for:
- Testing and prototypes
- Single-node or ephemeral environments
Production-grade persistence should use stores provided in other modules (JDBC, JPA, AxonServer, etc.).
This package depends on snapshot.store and implements the
interface.invalid reference
SnapshotStore
-
ClassesClassDescriptionAn in-memory implementation of
SnapshotStorefor testing or lightweight scenarios.