C# Class WordCounter.Actors.StringCounterActor

Inheritance: BaseMonitoringActor
Show file Open project: njimenez/AkkaProjects Class Usage Examples

Public Methods

Method Description
GetProps ( ) : Props
Handle ( ProcessLine message ) : void
StringCounterActor ( ) : System

Initializes a new instance of the StringCounterActor class.

Protected Methods

Method Description
PreRestart ( Exception reason, object message ) : void

Private Methods

Method Description
Ready ( ) : void

Method Details

GetProps() public static method

public static GetProps ( ) : Props
return Props

Handle() public method

public Handle ( ProcessLine message ) : void
message WordCounter.Messages.ProcessLine
return void

PreRestart() protected method

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

StringCounterActor() public method

Initializes a new instance of the StringCounterActor class.
public StringCounterActor ( ) : System
return System