Interface ContextCopy


public interface ContextCopy
Copies thread context to new executor thread.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply the copied value to the new thread.
    void
    Clean up the context values on the current thread.
    void
    Copy the value off the originating thread.
  • 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.