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