C# 클래스 Akka.Event.DeadLetterListener

Actor responsible for listening to DeadLetter messages and logging them using the EventStream.
상속: Akka.Actor.ActorBase
파일 보기 프로젝트 열기: rogeralsing/akka.net

보호된 메소드들

메소드 설명
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