类 Retryer.Builder
java.lang.Object
com.agentsflex.core.util.Retryer.Builder
- 封闭类:
- Retryer
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()initialDelayMs(long delayMs) maxDelayMs(long maxDelayMs) maxRetries(int maxRetries) operationName(String name) retryOnException(Predicate<Exception> predicate) retryOnResult(Predicate<Object> predicate) totalTimeoutMs(long totalTimeoutMs)
-
字段详细资料
-
maxRetries
-
initialDelayMs
-
maxDelayMs
-
exponentialBackoff
-
totalTimeoutMs
-
retryOnException
-
retryOnResult
-
operationName
-
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
maxRetries
-
initialDelayMs
-
maxDelayMs
-
exponentialBackoff
-
totalTimeoutMs
-
retryOnException
-
retryOnResult
-
operationName
-
build
-