Uses of Interface
io.smallrye.context.FastThreadContextProvider
-
Packages that use FastThreadContextProvider Package Description io.smallrye.context -
-
Uses of FastThreadContextProvider in io.smallrye.context
Subinterfaces of FastThreadContextProvider in io.smallrye.context Modifier and Type Interface Description interfaceFastStorageThreadContextProvider<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.
-