예제 #1
0
 public virtual void OnStarted(IContext context, Props props, RouterState router)
 {
     foreach (var pid in Routees)
     {
         context.Watch(pid);
     }
     router.SetRoutees(Routees);
 }
예제 #2
0
 public RouterActorRef(PID router, RouterState state)
 {
     _router = router;
     _state  = state;
 }
예제 #3
0
 public abstract void OnStarted(IContext context, Props props, RouterState router);