ExecuteCommandRecord

PackageFCQRS
Represents a command to be executed, often scheduled or triggered by a saga.

Fields

NameTypeDescription
TargetActorTargetActorThe target actor for the command.
CommandCommandThe command message to send (boxed).
DelayInMsDelayInMsAn optional delay in milliseconds before sending the command.