Interface ContextReference<C>
- Type Parameters:
C- the context type
- All Known Subinterfaces:
ThreadContextReference<C>
- All Known Implementing Classes:
ContextClassLoaderReference
Reference to some context.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> ContextReference<C> fromThreadLocal(ThreadLocal<C> threadLocal) Returns a context provider for the specified value.
-
Method Details
-
fromThreadLocal
-
provide
-