retry
package retry
Members list
Packages
package retry.syntax
Type members
Classlikes
object Fibonacci
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Fibonacci.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DelayAndRetryobject GiveUp
object PolicyDecision
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PolicyDecision.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GivingUpclass WillDelayAndRetry
object RetryDetails
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RetryDetails.type
object RetryPolicies
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RetryPolicies.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RetryPolicy
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RetryPolicy.type
final case class RetryStatus(retriesSoFar: Int, cumulativeDelay: FiniteDuration, previousDelay: Option[FiniteDuration])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RetryStatus
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RetryStatus.type
object Sleep
Attributes
- Supertypes
- Self type
-
implicits.type
Value members
Concrete methods
Deprecated methods
Attributes
- Deprecated
- true
In this article