-
- All Implemented Interfaces:
public class BatchAggregateEventAppendResult
-
-
Field Summary
Fields Modifier and Type Field Description public ConcurrentHashMap<String, AggregateEventAppendResult>aggregateEventAppendResultDictpublic CompletableFuture<EventAppendResult>taskCompletionSource
-
Constructor Summary
Constructors Constructor Description BatchAggregateEventAppendResult(int expectedAggregateRootCount)
-
Method Summary
Modifier and Type Method Description voidaddCompleteAggregate(String aggregateRootId, AggregateEventAppendResult result)-
-
Method Detail
-
addCompleteAggregate
void addCompleteAggregate(String aggregateRootId, AggregateEventAppendResult result)
-
-
-
-