Class RetryCaller<T,E extends Throwable>
java.lang.Object
ch.systemsx.cisd.common.api.retry.RetryCaller<T,E>
-
Constructor Summary
ConstructorsConstructorDescriptionRetryCaller(RetryConfiguration configuration) RetryCaller(RetryConfiguration configuration, ch.ethz.sis.shared.log.classic.ISimpleLogger logger) -
Method Summary
-
Constructor Details
-
RetryCaller
public RetryCaller() -
RetryCaller
-
-
Method Details
-
call
- Throws:
E
-
callWithRetry
- Throws:
E
-
isRetryableException
-