final case class Interval(value: Span) extends PatienceConfigParam with Product with Serializable
A PatienceConfigParam
that specifies the amount of time to sleep after
a retry.
- value
the amount of time to sleep between each attempt
- Source
- PatienceConfiguration.scala
- Exceptions thrown
NullArgumentException
if passedvalue
isnull
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interval
- PatienceConfigParam
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All