DeadLetterListener Members

The DeadLetterListener type exposes the following members.

Methods


  Name Description
Public method AroundPostRestart
Can be overridden to intercept calls to `postRestart`. Calls `postRestart` by default.
(Inherited from ActorBase.)
Public method AroundPostStop
Can be overridden to intercept calls to `postStop`. Calls `postStop` by default..
(Inherited from ActorBase.)
Public method AroundPreRestart
Can be overridden to intercept calls to `preRestart`. Calls `preRestart` by default.
(Inherited from ActorBase.)
Public method AroundPreStart
Can be overridden to intercept calls to `preStart`. Calls `preStart` by default.
(Inherited from ActorBase.)
Protected method Become(UntypedReceive, Boolean) (Inherited from UntypedActor.)
Protected method Become(Receive, Boolean) (Inherited from ActorBase.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method PreRestart (Inherited from ActorBase.)
Protected method Receive (Inherited from UntypedActor.)
Protected method SetReceiveTimeout (Inherited from ActorBase.)
Protected method SupervisorStrategy (Inherited from ActorBase.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Unbecome (Inherited from ActorBase.)
Protected method Unhandled (Inherited from ActorBase.)

Properties


  Name Description
Protected property Self (Inherited from ActorBase.)
Protected property Sender (Inherited from ActorBase.)