C# Class WordCounter.Actors.StringCounterActor

Inheritance: BaseMonitoringActor
Afficher le fichier Open project: njimenez/AkkaProjects Class Usage Examples

Méthodes publiques

Méthode Description
GetProps ( ) : Props
Handle ( ProcessLine message ) : void
StringCounterActor ( ) : System

Initializes a new instance of the StringCounterActor class.

Méthodes protégées

Méthode Description
PreRestart ( Exception reason, object message ) : void

Private Methods

Méthode Description
Ready ( ) : void

Method Details

GetProps() public static méthode

public static GetProps ( ) : Props
Résultat Props

Handle() public méthode

public Handle ( ProcessLine message ) : void
message WordCounter.Messages.ProcessLine
Résultat void

PreRestart() protected méthode

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
Résultat void

StringCounterActor() public méthode

Initializes a new instance of the StringCounterActor class.
public StringCounterActor ( ) : System
Résultat System