public class ContextPropagatingCallable<T> extends Object implements Callable<T>, Runnable
Callable
ContextPropagatingCallable(Callable<T> decorated)
T
call()
static ContextPropagatingCallable<Void>
decorate(Runnable runnable)
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ContextPropagatingCallable(Callable<T> decorated)
public static ContextPropagatingCallable<Void> decorate(Runnable runnable)
public void run()
run
Runnable
public T call() throws Exception
call
Callable<T>
Exception
Copyright © 2008-2014. All Rights Reserved.