C# Class GithubActors_WPF.Actors.GithubCoordinatorActor

Actor responsible for publishing data about the results of a github operation
Inheritance: ReceiveActor
Datei anzeigen Open project: njimenez/AkkaProjects

Public Methods

Method Description
GithubCoordinatorActor ( ) : System

Protected Methods

Method Description
PreStart ( ) : void

Private Methods

Method Description
BecomeWaiting ( ) : void
BecomeWorking ( Messages repo ) : void
SendAbleToAcceptJob ( IActorRef actor, Messages acceptedJob ) : void
SendUnableToAcceptJob ( IActorRef actor, Messages job ) : void
Waiting ( ) : void
Working ( ) : void

Method Details

GithubCoordinatorActor() public method

public GithubCoordinatorActor ( ) : System
return System

PreStart() protected method

protected PreStart ( ) : void
return void