private PartitionModule()
 {
     this.exit            = new ManualResetEvent(false);
     this.matcherRegistry = new MatcherRegistry();
 }
Exemple #2
0
 public void Setup()
 {
     registry = new MatcherRegistry();
 }
 public PartitionSelector(MatcherRegistry matcherRegistry, PartitionRegistry partitionRegistry)
 {
     this.matcherRegistry   = matcherRegistry;
     this.partitionRegistry = partitionRegistry;
 }