Header menu logo FCQRS

Command<'CommandDetails> Type

Represents a command to be processed by an aggregate actor. The specific type of the command payload.

Record fields

Record Field Description

CommandDetails

Full Usage: CommandDetails

Field type: 'CommandDetails

The specific details or payload of the command.

Field type: 'CommandDetails

CorrelationId

Full Usage: CorrelationId

Field type: CID

The correlation ID used to track the command through the system.

Field type: CID

CreationDate

Full Usage: CreationDate

Field type: DateTime

The timestamp when the command was created.

Field type: DateTime

Id

Full Usage: Id

Field type: MessageId

A unique identifier for the message.

Field type: MessageId

Metadata

Full Usage: Metadata

Field type: Map<string, string>

Metadata associated with the command.

Field type: Map<string, string>

Sender

Full Usage: Sender

Field type: ActorId option

An optional identifier for the actor that sent the command.

Field type: ActorId option

Type something to start searching.