RetryWithDelay
org.encalmo.utils.RequestUtils.RetryWithDelay
class RetryWithDelay(maxAttempts: Int, initialDelay: Long, backoffFactor: Double, backoffDeclineFactor: Double, shouldRetryFx: [T] => (x$1: Response[T]) => Boolean) extends RetryWithPolicy
Attributes
- Graph
-
- Supertypes
Members list
In this article