Class DeadLetterListener
This class represents an actor responsible for listening to DeadLetter messages and logging them using the EventStream.
Inheritance
DeadLetterListener
Assembly: Akka.dll
Syntax
public class DeadLetterListener : ActorBase, IInternalActor
Methods
|
Improve this Doc
View Source
PostRestart(Exception)
Don't re-subscribe, skip call to preStart
Declaration
protected override void PostRestart(Exception reason)
Parameters
Overrides
|
Improve this Doc
View Source
PostStop()
Declaration
protected override void PostStop()
Overrides
|
Improve this Doc
View Source
PreRestart(Exception, Object)
Don't remove subscription, skip call to postStop, no children to stop
Declaration
protected override void PreRestart(Exception reason, object message)
Parameters
Overrides
|
Improve this Doc
View Source
PreStart()
Declaration
protected override void PreStart()
Overrides
|
Improve this Doc
View Source
Receive(Object)
Declaration
protected override bool Receive(object message)
Parameters
Type |
Name |
Description |
Object |
message |
|
Returns
Overrides
Implements
Extension Methods