retry.RetryDetails
See theRetryDetails companion trait
object RetryDetails
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RetryDetails.type
Members list
Type members
Classlikes
final case class GivingUp(totalRetries: Int, totalDelay: FiniteDuration) extends RetryDetails
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RetryDetailsclass Objecttrait Matchableclass AnyShow all
final case class WillDelayAndRetry(nextDelay: FiniteDuration, retriesSoFar: Int, cumulativeDelay: FiniteDuration) extends RetryDetails
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RetryDetailsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article