Package fr.bl.drit.flow.agent
Interface ThreadRecorderFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for creating
ThreadRecorders.-
Method Summary
-
Method Details
-
createForCurrentThread
- Parameters:
outputDir- Path to output directory- Returns:
- A new
ThreadRecorder - Throws:
IOException- If an I/O error occurs when opening an output stream.
-