Header menu logo FCQRS

ExecuteCommand Type

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

Record fields

Record Field Description

Command

Full Usage: Command

Field type: obj

The command message to send (boxed).

Field type: obj

DelayInMs

Full Usage: DelayInMs

Field type: (int64 * string) option

An optional delay in milliseconds before sending the command.

Field type: (int64 * string) option

TargetActor

Full Usage: TargetActor

Field type: TargetActor

The target actor for the command.

Field type: TargetActor

Type something to start searching.