@Documented @MethodLifeCycle(value=RetryLifeCycle.class) @Retention(value=RUNTIME) @Target(value={METHOD,TYPE,ANNOTATION_TYPE}) public @interface Retry
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends RetryWhen> |
condition
请求重试触发条件回调函数类
|
String |
maxRetryCount
请求最大重试次数
|
String |
maxRetryInterval
请求最大重试间隔时间
|
Copyright © 2022. All rights reserved.