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