Header menu logo FCQRS

TargetActor Type

Represents the target of a command execution triggered by a saga.

Union cases

Union case Description

ActorRef obj

Full Usage: ActorRef obj

Parameters:
    Item : obj

Specifies the target using its direct IActorRef (usually boxed as obj).

Item : obj

FactoryAndName FactoryAndName

Full Usage: FactoryAndName FactoryAndName

Parameters:

Specifies the target using a factory function and name.

Item : FactoryAndName

Self

Full Usage: Self

Specifies the target as the current saga actor itself.

Sender

Full Usage: Sender

Specifies the target as the original sender of the message that triggered the current saga step.

Instance members

Instance member Description

this.IsActorRef

Full Usage: this.IsActorRef

Returns: bool
Returns: bool

this.IsFactoryAndName

Full Usage: this.IsFactoryAndName

Returns: bool
Returns: bool

this.IsSelf

Full Usage: this.IsSelf

Returns: bool
Returns: bool

this.IsSender

Full Usage: this.IsSender

Returns: bool
Returns: bool

Type something to start searching.