-
- All Implemented Interfaces:
public interface AggregateSnapshotterAn interface which can restore aggregate from snapshot storage.
-
-
Method Summary
Modifier and Type Method Description abstract <T extends AggregateRoot> CompletableFuture<T>restoreFromSnapshotAsync(Class<T> aggregateRootType, String aggregateRootId)Restore the aggregate from snapshot storage. -
-
Method Detail
-
restoreFromSnapshotAsync
abstract <T extends AggregateRoot> CompletableFuture<T> restoreFromSnapshotAsync(Class<T> aggregateRootType, String aggregateRootId)
Restore the aggregate from snapshot storage.
-
-
-
-