-
- All Implemented Interfaces:
-
java.io.Serializable
public class DomainEventHandledMessage implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private StringcommandIdprivate StringaggregateRootIdprivate StringcommandResult
-
Method Summary
Modifier and Type Method Description StringgetCommandId()voidsetCommandId(String commandId)StringgetAggregateRootId()voidsetAggregateRootId(String aggregateRootId)StringgetCommandResult()voidsetCommandResult(String commandResult)-
-
Method Detail
-
getCommandId
String getCommandId()
-
setCommandId
void setCommandId(String commandId)
-
getAggregateRootId
String getAggregateRootId()
-
setAggregateRootId
void setAggregateRootId(String aggregateRootId)
-
getCommandResult
String getCommandResult()
-
setCommandResult
void setCommandResult(String commandResult)
-
-
-
-