-
- All Implemented Interfaces:
-
org.enodeframework.infrastructure.ObjectProxy
public interface AggregateRepositoryProxy implements ObjectProxy
-
-
Method Summary
Modifier and Type Method Description abstract <T extends AggregateRoot> CompletableFuture<T>getAsync(String aggregateRootId)-
-
Method Detail
-
getAsync
abstract <T extends AggregateRoot> CompletableFuture<T> getAsync(String aggregateRootId)
-
-
-
-