Class TerminalContext

  • All Implemented Interfaces:

    
    public class TerminalContext
    
                        

    Used at the service level, TransmittableThreadLocal has automatic thread inheritance. Set by TerminalInterceptor.preHandle, cleaned up by afterCompletion. Note: No WeakReference Leak due to static and Interceptor cleanup.

    Since:

    2019-11-25

    Author:

    trydofor