Attributes
Members list
Type members
Classlikes
Defines a delay policy based on the number of successive failures and the duration of the last delay. See Delay companion object for some provided delay policies.
Inherited and Abstract 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
Value members
Concrete fields
Ignores the result and attempt the action in an infinite loop. Retry.withMaximumFailures can be useful for bailing on multiple failures. scala.util.boundary can be used for manually breaking.
Ignores the result and attempt the action in an infinite loop. Retry.withMaximumFailures can be useful for bailing on multiple failures. scala.util.boundary can be used for manually breaking.
Attributes
Returns the result, or attempt to retry if an exception is raised.
Returns the result, or attempt to retry if an exception is raised.