Package com.helixframework.threadctx
Interface ContextCopy
public interface ContextCopy
Copies thread context to new executor thread.
-
Method Summary
-
Method Details
-
copy
void copy()Copy the value off the originating thread. -
apply
void apply()Apply the copied value to the new thread. -
cleanup
void cleanup()Clean up the context values on the current thread.
-