public class SourceCodeRecorder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceCodeRecorder.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
start(java.time.Duration recordingDuration) |
void |
stop() |
void |
tagCurrentState(java.lang.String tag) |
public void start(java.time.Duration recordingDuration)
throws SourceCodeRecorderException
SourceCodeRecorderExceptionpublic void tagCurrentState(java.lang.String tag)
throws SourceCodeRecorderException
SourceCodeRecorderExceptionpublic void stop()
public void close()