Liking cljdoc? Tell your friends :D
Clojure only.

temporal.common


retry-optionsclj

ValueDescriptionTypeDefault
:initial-intervalInterval of the first retry.Duration
:backoff-coefficientCoefficient used to calculate the next retry interval.double0.0
:maximum-attemptsWhen exceeded the amount of attempts, stop.int0 (unlimited)
:maximum-intervalMaximum interval between retries.Duration
:do-not-retryList of application failures types to not retry.list of strings[]
| Value                     | Description                                                                 | Type            | Default |
| ------------------------- | --------------------------------------------------------------------------- | ------------    | ------- |
| :initial-interval         | Interval of the first retry.                                                | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | |
| :backoff-coefficient      | Coefficient used to calculate the next retry interval.                      | double          | 0.0     |
| :maximum-attempts         | When exceeded the amount of attempts, stop.                                 | int             | 0 (unlimited) |
| :maximum-interval         | Maximum interval between retries.                                           | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | |
| :do-not-retry             | List of application failures types to not retry.                            | list of strings | []      |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close