C# 클래스 Akka.Interfaced.DeadRequestProcessingActor

상속: Akka.Actor.UntypedActor
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
Install ( ActorSystem system ) : void

보호된 메소드들

메소드 설명
OnReceive ( object message ) : void
PostStop ( ) : void
PreStart ( ) : void

메소드 상세

Install() 공개 정적인 메소드

public static Install ( ActorSystem system ) : void
system ActorSystem
리턴 void

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void