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