-
- All Implemented Interfaces:
public class EventAppendResult
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>successAggregateRootIdListprivate List<String>duplicateEventAggregateRootIdListprivate Map<String, List<String>>duplicateCommandAggregateRootIdList
-
Method Summary
Modifier and Type Method Description List<String>getSuccessAggregateRootIdList()voidsetSuccessAggregateRootIdList(List<String> successAggregateRootIdList)List<String>getDuplicateEventAggregateRootIdList()voidsetDuplicateEventAggregateRootIdList(List<String> duplicateEventAggregateRootIdList)Map<String, List<String>>getDuplicateCommandAggregateRootIdList()voidsetDuplicateCommandAggregateRootIdList(Map<String, List<String>> duplicateCommandAggregateRootIdList)voidaddSuccessAggregateRootId(String aggregateRootId)voidaddDuplicateEventAggregateRootId(String aggregateRootId)voidaddDuplicateCommandIds(String aggregateRootId, List<String> aggregateDuplicateCommandIdList)-
-
Method Detail
-
getSuccessAggregateRootIdList
List<String> getSuccessAggregateRootIdList()
-
setSuccessAggregateRootIdList
void setSuccessAggregateRootIdList(List<String> successAggregateRootIdList)
-
getDuplicateEventAggregateRootIdList
List<String> getDuplicateEventAggregateRootIdList()
-
setDuplicateEventAggregateRootIdList
void setDuplicateEventAggregateRootIdList(List<String> duplicateEventAggregateRootIdList)
-
getDuplicateCommandAggregateRootIdList
Map<String, List<String>> getDuplicateCommandAggregateRootIdList()
-
setDuplicateCommandAggregateRootIdList
void setDuplicateCommandAggregateRootIdList(Map<String, List<String>> duplicateCommandAggregateRootIdList)
-
addSuccessAggregateRootId
void addSuccessAggregateRootId(String aggregateRootId)
-
addDuplicateEventAggregateRootId
void addDuplicateEventAggregateRootId(String aggregateRootId)
-
addDuplicateCommandIds
void addDuplicateCommandIds(String aggregateRootId, List<String> aggregateDuplicateCommandIdList)
-
-
-
-