Class |
Description |
ExecutionRecord
|
Record task execution. |
ProcessRecorder
|
Records all the ExecutionRecord for a process, in order it was received and sends then
synchronously to a JsonRecordWriter. |
ProcessRecorderFactory
|
Configures and creates instances of ProcessRecorder. |
Recorder.Block
|
Abstraction of a block of code that produces a result of type T and may throw exceptions. |
Recorder.Property
|
Free formed name/value property pair that will be saved along the execution record for a
particular block. |
ThreadRecorder
|
Facility to record block execution time on a single thread. |