コード例 #1
0
        public AutostartActorInitializer(IActorSystemManager actorSystemManager, ILifetimeScope lifetimeScope)
        {
            _actorSystemManager = actorSystemManager;
            _autostartedActors  = new List <IActorRef>();

            new AutoFacDependencyResolver(lifetimeScope, lifetimeScope.Resolve <IActorSystemManager>().ActorSystem);
        }
コード例 #2
0
 public ActorProvider(IActorSystemManager actorSystemManager)
 {
     _actorSystemManager = actorSystemManager;
 }