TargetActor Type
Represents the target of a command execution triggered by a saga.
Union cases
| Union case | Description |
Full Usage:
ActorRef obj
Parameters:
obj
|
|
|
|
Full Usage:
Self
|
|
Full Usage:
Sender
|
Specifies the target as the original sender of the message that triggered the current saga step. NOTE: side effects run inside persist re-injections, where the ambient sender is the journal actor, or in the subscription-ack re-drive, where it is the pub-sub mediator — never the original trigger. Commands to Sender therefore dead-letter; the saga logs a warning at resolution. Use FactoryAndName with Originator to reach the originator instead. |
Instance members
| Instance member | Description |
Full Usage:
this.IsActorRef
Returns: bool
|
|
Full Usage:
this.IsFactoryAndName
Returns: bool
|
|
Full Usage:
this.IsSelf
Returns: bool
|
|
Full Usage:
this.IsSender
Returns: bool
|
|
FCQRS