C# 클래스 GithubActors_WPF.Actors.GithubValidatorActor

Actor has one job - ensure that a public repo exists at the specified address
상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects 1 사용 예제들

공개 메소드들

메소드 설명
GithubValidatorActor ( IGitHubClient gitHubClient ) : System
SplitIntoOwnerAndRepo ( string repoUri ) : string>.Tuple

비공개 메소드들

메소드 설명
ForwardTo ( IActorRef sender, GithubValidatorActor repo ) : void
IsUriCorrect ( ValidateRepo repo ) : bool
ReadyToValidate ( ) : void
SendAbleToAcceptJob ( ActorSelection actor, Messages acceptedJob ) : void
SendInvalidRepo ( IActorRef sender, GithubValidatorActor invalidRepo ) : void
SendUnableToAcceptJob ( ActorSelection actor, Messages job ) : void

메소드 상세

GithubValidatorActor() 공개 메소드

public GithubValidatorActor ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
리턴 System

SplitIntoOwnerAndRepo() 공개 정적인 메소드

public static SplitIntoOwnerAndRepo ( string repoUri ) : string>.Tuple
repoUri string
리턴 string>.Tuple