T - - the type of the object returned by this callable.EX - - the exception type returned by this callable.public static interface Callables.CheckedCallable<T,EX extends Exception> extends Callable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
call()
the method that is retried.
|
T call() throws EX extends Exception, InterruptedException, TimeoutException
call in interface Callable<T>EXInterruptedExceptionTimeoutExceptionEX extends ExceptionCopyright © 2018 SPF4J. All rights reserved.