Method | Description | |
---|---|---|
GetProps ( ) : Props | ||
Handle ( |
||
Handle ( |
Handle file processing message. Actor will count one file.
|
|
Handle ( |
This message is sent by the StringCounter Actor when it finishes with one line. When all lines counted then it will send a CompletedFile message to its parent and stop itself.
|
|
WordCounterActor ( ) : System |
Initializes a new instance of the WordCounterActor class.
|
Method | Description | |
---|---|---|
PreRestart ( |
Method | Description | |
---|---|---|
Ready ( ) : void |
public Handle ( |
||
fail | ||
return | void |
public Handle ( |
||
message | ||
return | void |
public Handle ( |
||
message | ||
return | void |
protected PreRestart ( |
||
reason | ||
message | object | |
return | void |