V
public class TraceCallable<V> extends Object implements Callable<V>
Callable
protected Callable<V>
delegate
TraceCallable(Callable<V> delegate)
static <V> Callable<V>
asyncEntry(Callable<V> delegate)
call()
wrap(Callable<V> delegate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Callable<V> delegate
public TraceCallable(Callable<V> delegate)
public static <V> Callable<V> wrap(Callable<V> delegate)
public static <V> Callable<V> asyncEntry(Callable<V> delegate)
public V call() throws Exception
call
Callable<V>
Exception
Copyright © 2021. All rights reserved.