C# 클래스 WordCounter.Actors.StringCounterActor

상속: BaseMonitoringActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects 1 사용 예제들

공개 메소드들

메소드 설명
GetProps ( ) : Props
Handle ( ProcessLine message ) : void
StringCounterActor ( ) : System

Initializes a new instance of the StringCounterActor class.

보호된 메소드들

메소드 설명
PreRestart ( Exception reason, object message ) : void

비공개 메소드들

메소드 설명
Ready ( ) : void

메소드 상세

GetProps() 공개 정적인 메소드

public static GetProps ( ) : Props
리턴 Props

Handle() 공개 메소드

public Handle ( ProcessLine message ) : void
message WordCounter.Messages.ProcessLine
리턴 void

PreRestart() 보호된 메소드

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

StringCounterActor() 공개 메소드

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