C# 클래스 Akka.Routing.RoutedActorRef

상속: Akka.Actor.RepointableActorRef
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
RoutedActorRef ( ActorSystemImpl system, Props routerProps, MessageDispatcher routerDispatcher, Func createMailbox, Props routeeProps, IInternalActorRef supervisor, ActorPath path ) : System

보호된 메소드들

메소드 설명
NewCell ( ) : ActorCell

메소드 상세

NewCell() 보호된 메소드

protected NewCell ( ) : ActorCell
리턴 Akka.Actor.ActorCell

RoutedActorRef() 공개 메소드

public RoutedActorRef ( ActorSystemImpl system, Props routerProps, MessageDispatcher routerDispatcher, Func createMailbox, Props routeeProps, IInternalActorRef supervisor, ActorPath path ) : System
system ActorSystemImpl
routerProps Props
routerDispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
routeeProps Props
supervisor IInternalActorRef
path ActorPath
리턴 System