@FunctionalInterface public interface ScriptTraceEnhancer
ScriptTraceEnhancer.ScriptTraceContext information
with metadata| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScriptTraceEnhancer.ScriptTraceContext
Allows enhancing of
ScriptTraces with additional meta information. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void enhanceScriptTrace(ScriptTraceEnhancer.ScriptTraceContext scriptTrace)
scriptTrace - the trace object to add information toCopyright © 2022 Flowable. All rights reserved.