Class HelixCallable<V>

java.lang.Object
com.helixframework.concurrency.executor.HelixCallable<V>
Type Parameters:
V - return type
All Implemented Interfaces:
Callable<V>

public class HelixCallable<V> extends Object implements Callable<V>
Callable that copies the current HelixContext and MDC from the calling thread onto the executing thread.