Exemplo n.º 1
0
 private PartitionModule()
 {
     this.exit            = new ManualResetEvent(false);
     this.matcherRegistry = new MatcherRegistry();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     registry = new MatcherRegistry();
 }
Exemplo n.º 3
0
 public PartitionSelector(MatcherRegistry matcherRegistry, PartitionRegistry partitionRegistry)
 {
     this.matcherRegistry   = matcherRegistry;
     this.partitionRegistry = partitionRegistry;
 }