Inheritance: Akka.Remote.TestKit.MultiNodeConfig
示例#1
0
 protected ClusterConsistentHashingGroupSpec(ClusterConsistentHashingGroupSpecConfig config)
     : base(config, typeof(ClusterConsistentHashingGroupSpec))
 {
     _config = config;
 }
示例#2
0
 protected ClusterConsistentHashingGroupSpec(ClusterConsistentHashingGroupSpecConfig config)
     : base(config)
 {
     _config = config;
 }