Class ThreadScopeContextHolder


  • public class ThreadScopeContextHolder
    extends java.lang.Object
    The ThreadScopeContextHolder holds a ThreadLocal in order to provide a thread-related ThreadScopeContext.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Constructor Detail

      • ThreadScopeContextHolder

        public ThreadScopeContextHolder()
    • Method Detail

      • getContext

        public static ThreadScopeContext getContext()
        Returns:
        the thread scope context
        Since:
        2.0.0