Interface ScriptTrace
-
- All Known Implementing Classes:
DefaultScriptTrace
public interface ScriptTraceCaptures meta information about a script invocation, like the start time, the duration of the script execution, tags, whether it ended with an exception, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DurationgetDuration()ThrowablegetException()ScriptEngineRequestgetRequest()Map<String,String>getTraceTags()default booleanhasException()default booleanisSuccess()
-