Akka.Routing.RoutedActorCell.CreateNewActorInstance C# (CSharp) 메소드

CreateNewActorInstance() 보호된 메소드

protected CreateNewActorInstance ( ) : ActorBase
리턴 Akka.Actor.ActorBase
        protected override ActorBase CreateNewActorInstance()
        {
            RouterActor instance = _routerConfig.CreateRouterActor();
            return instance;
        }