IMessageType
PackageFCQRS.Model
Interface for messages with common properties shared by Commands and Events.
Specification
Kind
Type
Members
4
Examples
0
SenderSignature
this.Sender
MetadataSignature
this.Metadata
IdSignature
this.Id
CreationDateSignature
this.CreationDate
Summary
| Name | Signature | Synopsis |
|---|---|---|
| Sender | this.Sender | Gets the optional identifier for the actor that sent/generated the message. |
| Metadata | this.Metadata | Gets the metadata associated with the message. |
| Id | this.Id | Gets the unique identifier for the message. |
| CreationDate | this.CreationDate | Gets the timestamp when the message was created. |
Gets the optional identifier for the actor that sent/generated the message.
Returns
AggregateId option
Gets the metadata associated with the message.
Returns
Map<string, string>