C# 클래스 Akka.Routing.RouterPoolActor

INTERNAL API Actor implementation for Pool routers.
상속: RouterActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
RouterPoolActor ( SupervisorStrategy supervisorStrategy ) : System.Linq

Initializes a new instance of the RouterPoolActor class.

보호된 메소드들

메소드 설명
OnReceive ( object message ) : void

Called when [receive].

SupervisorStrategy ( ) : SupervisorStrategy

메소드 상세

OnReceive() 보호된 메소드

Called when [receive].
protected OnReceive ( object message ) : void
message object The message.
리턴 void

RouterPoolActor() 공개 메소드

Initializes a new instance of the RouterPoolActor class.
public RouterPoolActor ( SupervisorStrategy supervisorStrategy ) : System.Linq
supervisorStrategy SupervisorStrategy The supervisor strategy.
리턴 System.Linq

SupervisorStrategy() 보호된 메소드

protected SupervisorStrategy ( ) : SupervisorStrategy
리턴 SupervisorStrategy