ExecuteCommandRecord
PackageFCQRS
Represents a command to be executed, often scheduled or triggered by a saga.
Fields
| Name | Type | Description |
|---|---|---|
| TargetActor | TargetActor | The target actor for the command. |
| Command | Command | The command message to send (boxed). |
| DelayInMs | DelayInMs | An optional delay in milliseconds before sending the command. |