Interface ThreadLocalAwareContext

    • Method Detail

      • execute

        void execute​(Job job)
        Executes the Job within the invoking Thread of the ProcessState to respect the ThreadLocal instances.
        Parameters:
        job - Job to be executed.