Package io.smallrye.context
-
Interface Summary Interface Description CleanAutoCloseable AutoCloseable interface which doesn't throw.FastStorageThreadContextProvider<Declaration extends StorageDeclaration<?>> Special implementation of aFastThreadContextProviderif your context is usingStorageManagerto obtain its ThreadLocal, in which case we can obtain it from there to propagate it, if we know itsStorageDeclaration.FastThreadContextProvider Subtype of ThreadContextProvider which bypasses all theThreadContextProvider.currentContext(Map)andThreadContextProvider.clearedContext(Map)andThreadContextSnapshotand just works on the ThreadLocal and cleared value we designate.JdkSpecific.Contract