Interface ThreadLocalAccessor


  • public interface ThreadLocalAccessor
    Used to integrate with the thread management system to safely save to and retrieve the ContextMap associated to the current thread.
    • Method Detail

      • set

        void set​(AccessControlledMap contextMap)
        Saves the ContextMap on the current thread.
        Parameters:
        contextMap -