Annotation Interface ResilienceRetry
-
可选元素概要
可选元素修饰符和类型可选元素说明booleanbooleanintlong
-
元素详细资料
-
name
String name- 默认值:
- ""
-
maxAttempts
int maxAttempts- 默认值:
- 3
-
waitDurationInMillis
long waitDurationInMillis- 默认值:
- 500L
-
retryOnResultPredicate
- 默认值:
- java.util.function.Predicate.class
-
failAfterMaxAttempts
boolean failAfterMaxAttempts- 默认值:
- false
-
isolatedExecutor
boolean isolatedExecutor- 默认值:
- false
-