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
|
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
|
|