Interface FastStorageThreadContextProvider<Declaration extends StorageDeclaration<?>>

Type Parameters:
Declaration - The StorageDeclaration for that ThreadLocal
All Superinterfaces:
FastThreadContextProvider, org.eclipse.microprofile.context.spi.ThreadContextProvider

public interface FastStorageThreadContextProvider<Declaration extends StorageDeclaration<?>> extends FastThreadContextProvider
Special implementation of a FastThreadContextProvider if your context is using StorageManager to obtain its ThreadLocal, in which case we can obtain it from there to propagate it, if we know its StorageDeclaration.