-
- All Implemented Interfaces:
public interface AggregateRepository<T extends AggregateRoot>
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<T>getAsync(String aggregateRootId)-
-
Method Detail
-
getAsync
abstract CompletableFuture<T> getAsync(String aggregateRootId)
-
-
-
-