Class DeadLetterActorRef
Class DeadLetterActorRef.
Inheritance
InternalActorRefBase
MinimalActorRef
DeadLetterActorRef
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class DeadLetterActorRef : EmptyLocalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Constructors
| Edit this page View SourceDeadLetterActorRef(IActorRefProvider, ActorPath, EventStream)
TBD
Declaration
public DeadLetterActorRef(IActorRefProvider provider, ActorPath path, EventStream eventStream)
Parameters
Type | Name | Description |
---|---|---|
IActorRefProvider | provider | TBD |
ActorPath | path | TBD |
EventStream | eventStream | TBD |
Methods
| Edit this page View SourceSpecialHandle(object, IActorRef)
TBD
Declaration
protected override bool SpecialHandle(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
IActorRef | sender | TBD |
Returns
Type | Description |
---|---|
bool | TBD |
Overrides
| Edit this page View SourceTellInternal(object, IActorRef)
TBD
Declaration
protected override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
IActorRef | sender | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
InvalidMessageException | This exception is thrown if the given |