Annotation Type FixedDelayRetry
-
@Retention(RUNTIME) @Target(METHOD) public @interface FixedDelayRetryDefines a retry strategy where a fixed delay is used between retries.
- Since:
- 1.0.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdelayIntervalThe delay between retries.intmaxRetryCountThe maximum number of retries that will be attempted.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringstrategyThe strategy of retries that will be used internally.
-