C# Класс Akka.Event.DeadLetterListener

Actor responsible for listening to DeadLetter messages and logging them using the EventStream.
Наследование: Akka.Actor.ActorBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
PostRestart ( Exception reason ) : void
PostStop ( ) : void
PreStart ( ) : void
Receive ( object message ) : bool

Описание методов

PostRestart() защищенный Метод

protected PostRestart ( Exception reason ) : void
reason System.Exception
Результат void

PostStop() защищенный Метод

protected PostStop ( ) : void
Результат void

PreStart() защищенный Метод

protected PreStart ( ) : void
Результат void

Receive() защищенный Метод

protected Receive ( object message ) : bool
message object
Результат bool