retryEvaluator property
Evaluating if a retry is necessary.regarding the error.
It can be a good candidate for additional operations too, like updating authentication token in case of a unauthorized error (be careful with concurrency though).
Defaults to defaultRetryEvaluator.
Implementation
final RetryEvaluator? retryEvaluator;