Command<'CommandDetails>Record

PackageFCQRS
Represents a command to be processed by an aggregate actor. <typeparam name="'CommandDetails">The specific type of the command payload.</typeparam>

Fields

NameTypeDescription
CommandDetailsCommandDetailsThe specific details or payload of the command.
CreationDateCreationDateThe timestamp when the command was created.
IdIdA unique identifier for the message.
SenderSenderAn optional identifier for the actor that sent the command.
CorrelationIdCorrelationIdThe correlation ID used to track the command through the system.
MetadataMetadataMetadata associated with the command.