Interval

final case class Interval(value: Span) extends PatienceConfigParam

A PatienceConfigParam that specifies the amount of time to sleep after a retry.

Value parameters:
value

the amount of time to sleep between each attempt

Throws:
NullArgumentException

if passed value is null

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product