public interface SnapshotRepository
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSnapshot(String aggregateId) |
<T> Optional<Aggregate<T>> |
getSnapshot(String aggregateId) |
void |
storeSnapshot(Aggregate<?> snapshot) |
Copyright © 2019 Flux Capacitor. All rights reserved.