TargetNameUnion
PackageFCQRS
Represents the name identifying a target actor for a command, typically used within sagas.
Specification
Kind
Union
Members
4
Examples
0
IsNameSignature
this.IsName
IsOriginatorSignature
this.IsOriginator
NameSignature
Name string
OriginatorSignature
Originator
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsName | this.IsName | No description available. |
| IsOriginator | this.IsOriginator | No description available. |
| Name | Name string | Identify the target by its string name (entity ID). |
| Originator | Originator | Identify the target as the originator actor of the current saga process. |
Identify the target by its string name (entity ID).
Parameters
| Name | Type | Description |
|---|---|---|
| Item | string |
Returns
unit