C# Class Akka.Event.DeadLetterListener

Actor responsible for listening to DeadLetter messages and logging them using the EventStream.
Inheritance: Akka.Actor.ActorBase
Mostra file Open project: rogeralsing/akka.net

Protected Methods

Method Description
PostRestart ( Exception reason ) : void
PostStop ( ) : void
PreStart ( ) : void
Receive ( object message ) : bool

Method Details

PostRestart() protected method

protected PostRestart ( Exception reason ) : void
reason System.Exception
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool