Package org.wildfly.clustering.context
Interface ContextReference<C>
- All Known Subinterfaces:
ThreadContextReference<C>
- All Known Implementing Classes:
ContextClassLoaderReference
Reference to some context.
- Author:
- Paul Ferraro
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <C> ContextReference<C> fromThreadLocal(ThreadLocal<C> threadLocal)
-
Method Details
-
fromThreadLocal
-