C# Class Akka.Event.DeadLetterListener

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

Méthodes protégées

Méthode Description
PostRestart ( Exception reason ) : void
PostStop ( ) : void
PreStart ( ) : void
Receive ( object message ) : bool

Method Details

PostRestart() protected méthode

protected PostRestart ( Exception reason ) : void
reason System.Exception
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool