public class RetryCondition extends ThenCondition
| 构造器和说明 |
|---|
RetryCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
executeCondition(Integer slotIndex) |
Class<? extends Exception>[] |
getRetryForExceptions() |
Integer |
getRetryTimes() |
void |
setRetryForExceptions(Class<? extends Exception>[] retryForExceptions) |
void |
setRetryTimes(Integer retryTimes) |
addExecutable, addFinallyCondition, addPreCondition, getConditionType, getFinallyConditionList, getPreConditionListaddExecutable, execute, getAllNodeInCondition, getCurrChainId, getCurrChainName, getExecutableGroup, getExecutableList, getExecutableList, getExecutableOne, getExecuteType, getId, getTag, setCurrChainId, setExecutableList, setId, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecuteName, getItemResultMetaValue, isAccess, setCurrChainNamepublic void setRetryForExceptions(Class<? extends Exception>[] retryForExceptions)
public Integer getRetryTimes()
public void setRetryTimes(Integer retryTimes)
public void executeCondition(Integer slotIndex) throws Exception
executeCondition 在类中 ThenConditionExceptionCopyright © 2024. All rights reserved.