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