public class RetryCondition extends ThenCondition
| Constructor and Description |
|---|
RetryCondition() |
| Modifier and Type | Method and Description |
|---|---|
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 in class ThenConditionExceptionCopyright © 2025. All rights reserved.