Delay

ox.retry.Schedule.Delay
See theDelay companion object
case class Delay(maxRetries: Int, delay: FiniteDuration)

A schedule that retries up to a given number of times, with a fixed delay between subsequent attempts.

Value parameters

delay

The delay between subsequent attempts.

maxRetries

The maximum number of retries.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def nextDelay(attempt: Int, lastDelay: Option[FiniteDuration]): FiniteDuration

Attributes

Definition Classes
Schedule

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product