Exemple #1
0
		public SequentialEventJob(IEventRepository events, int partitionId, TProcessorCollection processors)
		{
			_events = events;
			_partitionId = partitionId;
			_processors = processors;
		}
Exemple #2
0
 public SequentialEventJob(IEventRepository events, int partitionId, TProcessorCollection processors)
 {
     _events      = events;
     _partitionId = partitionId;
     _processors  = processors;
 }