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 enhance ScriptTraceEnhancer.ScriptTraceContext information with metadata
    Author:
    Arthur Hupka-Merle
    • 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