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

NameSignatureSynopsis
IsNamethis.IsNameNo description available.
IsOriginatorthis.IsOriginatorNo description available.
NameName stringIdentify the target by its string name (entity ID).
OriginatorOriginatorIdentify the target as the originator actor of the current saga process.

IsName

this.IsName
Member

Returns

bool

IsOriginator

this.IsOriginator
Member

Returns

bool

Name

Name string
Member
Identify the target by its string name (entity ID).

Parameters

NameTypeDescription
Itemstring

Returns

unit

Originator

Originator
Member
Identify the target as the originator actor of the current saga process.

Returns

unit