Value | Description | Type | Default |
---|
:initial-interval | Interval of the first retry. | Duration | |
: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 | |
:do-not-retry | List 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 | [] |