C# 클래스 GithubActors.Actors.GithubCommanderActor

Top-level actor responsible for coordinating and launching repo-processing jobs
상속: ReceiveActor, IWithUnboundedStash
파일 보기 프로젝트 열기: njimenez/AkkaProjects

공개 메소드들

메소드 설명
GithubCommanderActor ( ) : System

보호된 메소드들

메소드 설명
PreRestart ( Exception reason, object message ) : void
PreStart ( ) : void

비공개 메소드들

메소드 설명
Asking ( ) : void
BecomeAsking ( ) : void
BecomeReady ( ) : void
Ready ( ) : void

메소드 상세

GithubCommanderActor() 공개 메소드

public GithubCommanderActor ( ) : System
리턴 System

PreRestart() 보호된 메소드

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void