Class FluentServiceStackTraceContext

java.lang.Object
com.avoka.core.groovy.runtime.FluentServiceStackTraceContext

public class FluentServiceStackTraceContext extends Object
Provides thread local Groovy script call stack context class.
Since:
23.10.0
  • Constructor Details

    • FluentServiceStackTraceContext

      public FluentServiceStackTraceContext()
  • Method Details

    • getThreadLocalServiceCallStack

      public static ArrayList<String> getThreadLocalServiceCallStack()
      Gets the thread local groovyServiceCallStack.
      Returns:
      the thread local groovyServiceCallStack
    • bindThreadLocalServiceCallStack

      public static void bindThreadLocalServiceCallStack(ArrayList<String> groovyServiceCallStackMap)
      Bind thread local groovyServiceCallStack
      Parameters:
      groovyServiceCallStackMap - the groovyServiceCallStack