public abstract class CallableWithNdc<T> extends Object implements Callable<T>
CallableWithNdc()
T
call()
protected abstract T
callInternal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CallableWithNdc()
public final T call() throws Exception
call
Callable<T>
Exception
protected abstract T callInternal() throws Exception
Copyright © 2019 Apache Software Foundation. All rights reserved.