C# Class GithubActors.Actors.GithubCoordinatorActor

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

Public Methods

Method Description
GithubCoordinatorActor ( ) : System

Protected Methods

Method Description
PreStart ( ) : void

Private Methods

Method Description
BecomeWaiting ( ) : void
BecomeWorking ( RepoKey repo ) : void
Waiting ( ) : void
Working ( ) : void

Method Details

GithubCoordinatorActor() public method

public GithubCoordinatorActor ( ) : System
return System

PreStart() protected method

protected PreStart ( ) : void
return void