public interface FlowControlParam
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxRetry()
流程最大重试次数
|
long |
getRetryIntervalMs()
重试间隔时间
|
long |
getTimeoutMs()
流程超时时间
|
void |
setMaxRetry(int maxRetry)
设置最大重试次数
|
void |
setRetryIntervalMs(long retryIntervalMs)
设置重试间隔
|
void |
setTimeoutMs(long timeoutMs)
设置流程超时时间
|
long getTimeoutMs()
void setTimeoutMs(long timeoutMs)
timeoutMs - 超时毫秒long getRetryIntervalMs()
void setRetryIntervalMs(long retryIntervalMs)
retryIntervalMs - 重试间隔int getMaxRetry()
void setMaxRetry(int maxRetry)
maxRetry - 最大重试次数Copyright © 2021. All rights reserved.