C# 클래스 Akka.Routing.RoutedActorCell

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

공개 메소드들

메소드 설명
Post ( IActorRef sender, object message ) : void
RoutedActorCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, IInternalActorRef supervisor ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
CreateNewActorInstance ( ) : ActorBase
PreSuperStart ( ) : void

Called when Router is initialized but before the base class' Start to be able to do extra initialization in a subclass.

비공개 메소드들

메소드 설명
AddRoutee ( Routee routee ) : void
AddRoutees ( IList routees ) : void
RemoveRoutee ( Routee routee, bool stopChild ) : void
RemoveRoutees ( IList affectedRoutees, bool stopChild ) : void

Remove routees from Router. Messages in flight may still be routed to the old Router instance containing the old routees.

SendMessage ( IActorRef sender, object message ) : void
StopIfChild ( Routee routee ) : void

Used to stop child routees - typically used in resizable Pool routers

Unwatch ( Routee routee ) : void
Watch ( Routee routee ) : void

메소드 상세

CreateNewActorInstance() 보호된 메소드

protected CreateNewActorInstance ( ) : ActorBase
리턴 Akka.Actor.ActorBase

Post() 공개 메소드

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
리턴 void

PreSuperStart() 보호된 메소드

Called when Router is initialized but before the base class' Start to be able to do extra initialization in a subclass.
protected PreSuperStart ( ) : void
리턴 void

RoutedActorCell() 공개 메소드

public RoutedActorCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, IInternalActorRef supervisor ) : System
system ActorSystemImpl
self IInternalActorRef
routerProps Props
dispatcher Akka.Dispatch.MessageDispatcher
routeeProps Props
supervisor IInternalActorRef
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void