Package com.helixframework.threadctx
Class ContextCopyThreadFactory
java.lang.Object
com.helixframework.threadctx.ContextCopyThreadFactory
- All Implemented Interfaces:
ThreadFactory
Thread factory that executes
ContextCopy implementations to copy data into the created thread's thread local
context.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContextCopyThreadFactory(ContextCopy... copiers) ContextCopyThreadFactory(Set<ContextCopy> copiers) -
Method Summary
-
Field Details
-
copiers
-
-
Constructor Details
-
ContextCopyThreadFactory
-
ContextCopyThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-