Class HelixRunnable

java.lang.Object
com.helixframework.concurrency.executor.HelixRunnable
All Implemented Interfaces:
Runnable

public class HelixRunnable extends Object implements Runnable
Runnable that copies the HelixContext and MDC from the calling thread onto the executing thread.
  • Constructor Details

    • HelixRunnable

      public HelixRunnable(Runnable delegate)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable