Inheritance: Akka.Remote.TestKit.MultiNodeConfig
 private ClusterDeathWatchSpec(ClusterDeathWatchSpecConfig config)
     : base(config)
 {
     _config = config;
 }
示例#2
0
 private ClusterDeathWatchSpec(ClusterDeathWatchSpecConfig config)
     : base(config, typeof(ClusterDeathWatchSpec))
 {
     _config = config;
 }