-
- All Implemented Interfaces:
public interface AggregateStorageRepresents an aggregate storage interface.
-
-
Method Summary
Modifier and Type Method Description abstract <T extends AggregateRoot> CompletableFuture<T>getAsync(Class<T> aggregateRootType, String aggregateRootId)Get an aggregate from aggregate storage. -
-
Method Detail
-
getAsync
abstract <T extends AggregateRoot> CompletableFuture<T> getAsync(Class<T> aggregateRootType, String aggregateRootId)
Get an aggregate from aggregate storage.
-
-
-
-