Inheritance: Akka.Remote.TestKit.MultiNodeConfig
コード例 #1
0
        protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config)
        {
            _client = config.Client;
            _first  = config.First;
            _second = config.Second;
            _third  = config.Third;
            _fourth = config.Fourth;

            _remainingServerRoleNames = new HashSet <RoleName>(new[] { _first, _second, _third, _fourth });
        }
コード例 #2
0
        protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config)
        {
            _client = config.Client;
            _first = config.First;
            _second = config.Second;
            _third = config.Third;
            _fourth = config.Fourth;

            _remainingServerRoleNames = new HashSet<RoleName>(new[] { _first, _second, _third, _fourth });
        }