ProcessBoundAnalyzerLoop
constructor(analyzerPool: AnalyzerPool<DataFrame, in State, Output>, resultHandler: StatefulResultHandler<DataFrame, out State, Output, Boolean>, analyzerLoopErrorListener: AnalyzerLoopErrorListener, statsName: String? = null)
Parameters
analyzerPool
: A pool of analyzers to use in this loop.
resultHandler
: A result handler that will be called with the results from the analyzers in this loop.
analyzerLoopErrorListener
: An error handler for this loop