Package com.avoka.core.groovy.runtime
Class FluentServiceStackTraceContext
java.lang.Object
com.avoka.core.groovy.runtime.FluentServiceStackTraceContext
Provides thread local Groovy script call stack context class.
- Since:
- 23.10.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindThreadLocalServiceCallStack
(ArrayList<String> groovyServiceCallStackMap) Bind thread local groovyServiceCallStackGets the thread local groovyServiceCallStack.
-
Constructor Details
-
FluentServiceStackTraceContext
public FluentServiceStackTraceContext()
-
-
Method Details
-
getThreadLocalServiceCallStack
Gets the thread local groovyServiceCallStack.- Returns:
- the thread local groovyServiceCallStack
-
bindThreadLocalServiceCallStack
Bind thread local groovyServiceCallStack- Parameters:
groovyServiceCallStackMap
- the groovyServiceCallStack
-