Interface SnapshotStore
- All Known Implementing Classes:
DefaultSnapshotStore,NoOpSnapshotStore
public interface SnapshotStore
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSnapshot(Object aggregateId) getSnapshot(Object aggregateId) <T> voidstoreSnapshot(Entity<T> snapshot)
-
Method Details
-
storeSnapshot
-
getSnapshot
-
deleteSnapshot
-