Package jakarta.enterprise.concurrent.spi
Interfaces for third-party providers of thread context to implement.
-
Interface Summary Interface Description ThreadContextProvider Third party providers of thread context implement this interface to participate in thread context capture and propagation.ThreadContextRestorer Restores the prior context on a thread after a contextual task or action completes.ThreadContextSnapshot An immutable snapshot of a particular type of thread context.