Interface ScriptTraceEnhancer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ScriptTraceEnhancer
Functional interface to enhanceScriptTraceEnhancer.ScriptTraceContextinformation with metadata- Author:
- Arthur Hupka-Merle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScriptTraceEnhancer.ScriptTraceContextAllows enhancing ofScriptTraceswith additional meta information.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenhanceScriptTrace(ScriptTraceEnhancer.ScriptTraceContext scriptTrace)Allows to add information to script invocations by adding metadata like which can be used to trace the origin of a script invocation.
-
-
-
Method Detail
-
enhanceScriptTrace
void enhanceScriptTrace(ScriptTraceEnhancer.ScriptTraceContext scriptTrace)
Allows to add information to script invocations by adding metadata like which can be used to trace the origin of a script invocation.- Parameters:
scriptTrace- the trace object to add information to
-
-