Retry

org.encalmo.utils.RequestUtils.Retry
See theRetry companion trait
object Retry

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Retry.type

Members list

Value members

Concrete methods

def apply(maxAttempts: Int, initialDelay: Long, backoffFactor: Double, backoffDeclineFactor: Double)(shouldRetryFx: [T] => (x$1: Response[T]) => Boolean): Retry