Uses of Interface
jakarta.enterprise.concurrent.spi.ThreadContextRestorer
- 
Packages that use ThreadContextRestorer Package Description jakarta.enterprise.concurrent.spi Interfaces for third-party providers of thread context to implement. - 
- 
Uses of ThreadContextRestorer in jakarta.enterprise.concurrent.spi
Methods in jakarta.enterprise.concurrent.spi that return ThreadContextRestorer Modifier and Type Method Description ThreadContextRestorerThreadContextSnapshot. begin()Applies the captured thread context snapshot to the current thread and returns a distinctThreadContextRestorerinstance. 
 -