Method Initialize
Initialize(ITimedEvents, ConcurrentQueue<T>, IInputProcessor, IConsoleOutput, IComponentFactory<T>)
Initializes the loop with a buffer from which data can be read
void Initialize(ITimedEvents timedEvents, ConcurrentQueue<T> inputBuffer, IInputProcessor inputProcessor, IConsoleOutput consoleOutput, IComponentFactory<T> componentFactory)
Parameters
timedEvents
ITimedEventsinputBuffer
ConcurrentQueue<T>inputProcessor
IInputProcessorconsoleOutput
IConsoleOutputcomponentFactory
IComponentFactory<T>