DelayedRetryPolicy

org.encalmo.utils.RequestUtils.DelayedRetryPolicy
See theDelayedRetryPolicy companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(remainingAttempts: Int, nextDelay: Long, backoffFactor: Double, backoffDeclineFactor: Double): [T] => (initialResponse: Response[T]) => DelayedRetryPolicy[T]