How to share the request context with another thread (method called using async) in spring boot? I know there exists RequestContextListener and ContextLoaderListener but haven't seen any examples using Java Config.
            Asked
            
        
        
            Active
            
        
            Viewed 1,710 times
        
    2
            
            
        - 
                    1This might be useful http://stackoverflow.com/a/33337838/892788 – diyoda_ Mar 30 '17 at 00:50