-
- All Implemented Interfaces:
-
org.enodeframework.messaging.Message
public interface CommandMessage<T extends Object> implements Message
Represents a command.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAggregateRootIdAsString()abstract TgetAggregateRootId()Represents the associated aggregate root string id. abstract UnitsetAggregateRootId(TÂ aggregateRootId)Represents the associated aggregate root string id. -
-
Method Detail
-
getAggregateRootIdAsString
abstract String getAggregateRootIdAsString()
-
getAggregateRootId
abstract T getAggregateRootId()
Represents the associated aggregate root string id.
-
setAggregateRootId
abstract Unit setAggregateRootId(TÂ aggregateRootId)
Represents the associated aggregate root string id.
-
-
-
-