Inheritance: Akka.Remote.TestKit.MultiNodeConfig
コード例 #1
0
        protected ClusterConsistentHashingRouterSpec(ConsistentHashingRouterMultiNodeConfig config) : base(config)
        {
            _config = config;

            router1 = new Lazy <IActorRef>(() =>
            {
                return(Sys.ActorOf(FromConfig.Instance.Props(Props.Create <ConsistentHashingRouterMultiNodeConfig.Echo>()), "router1"));
            });
        }
コード例 #2
0
        protected ClusterConsistentHashingRouterSpec(ConsistentHashingRouterMultiNodeConfig config) : base(config)
        {
            _config = config;

            router1 = new Lazy<IActorRef>(() =>
            {
                return Sys.ActorOf(FromConfig.Instance.Props(Props.Create<ConsistentHashingRouterMultiNodeConfig.Echo>()), "router1");
            });
        }
コード例 #3
0
 protected ClusterConsistentHashingRouterSpec(ConsistentHashingRouterMultiNodeConfig config) : base(config)
 {
     _config = config;
 }
コード例 #4
0
 protected ClusterConsistentHashingRouterSpec(ConsistentHashingRouterMultiNodeConfig config) : base(config)
 {
     _config = config;
 }