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