AttemptTimeLimiter
BlockStrategy
instances.Long.MAX_VALUE
.maximumTime
.maximumTime
.ExecutorService
through the other
factory method, AttemptTimeLimiters.fixedTimeLimit(long, TimeUnit, ExecutorService)
.Callable
which wraps another Callable
in order to add
retrying behavior from a given Retryer
instance.Retryer
.Retryer
succeeded.Attempt
had an Exception, ensure it is available in
the stack trace.Attempt
had an Exception, ensure it is available in
the stack trace.Retryer
instance.true
if the retryer should stop retrying.StopStrategies.stopAfterDelay(long, TimeUnit)
instead.StopStrategy
instances.WaitStrategy
.Callable
in a Retryer.RetryerCallable
, which can
be submitted to an executor.