Package fr.bl.drit.flow.agent
Interface Recorder
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
ThreadRecorder
- All Known Implementing Classes:
BinaryThreadRecorder,JsonlThreadRecorder,ThreadLocalRecorder
Specifies a recorder that is used to record flow data.
-
Method Summary
-
Method Details
-
enter
Emit a method enter event with the given method ID.- Parameters:
methodId- The ID of the method to trace- Throws:
IOException- If an I/O error occurs when emitting the event.
-
exit
Emit a method exit event.- Throws:
IOException- If an I/O error occurs when emitting the event.
-