Uses of Interface
jakarta.enterprise.concurrent.spi.ThreadContextSnapshot
-
Packages that use ThreadContextSnapshot Package Description jakarta.enterprise.concurrent.spi Interfaces for third-party providers of thread context to implement. -
-
Uses of ThreadContextSnapshot in jakarta.enterprise.concurrent.spi
Methods in jakarta.enterprise.concurrent.spi that return ThreadContextSnapshot Modifier and Type Method Description ThreadContextSnapshot
ThreadContextProvider. clearedContext(Map<String,String> props)
Returns empty/cleared context of the provided type.ThreadContextSnapshot
ThreadContextProvider. currentContext(Map<String,String> props)
Captures from the current thread a snapshot of the provided thread context type.
-