Interface ScriptTraceEnhancer
- All Known Implementing Classes:
CmmnEngineScriptTraceEnhancer
,ProcessEngineScriptTraceEnhancer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to enhance
ScriptTraceEnhancer.ScriptTraceContext
information
with metadata- Author:
- Arthur Hupka-Merle
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Allows enhancing ofScriptTraces
with additional meta information. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Method Details
-
enhanceScriptTrace
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
-