AttemptTimeLimiter
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.true
if the retryer should stop retrying.StopStrategy
instances.WaitStrategy
.Callable
in a Retryer.RetryerCallable
, which can
be submitted to an executor.