Click or drag to resize
DeadLetterRecipient Property
Gets the recipient.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorRef Recipient { get; }

Property Value

Type: ActorRef
The recipient.
See Also