| Modifier and Type | Method and Description |
|---|---|
Condition |
IdOperator.build(Object[] objects) |
Condition |
DoOperator.build(Object[] objects) |
Condition |
RetryOperator.build(Object[] objects) |
Condition |
ThreadPoolOperator.build(Object[] objects) |
Condition |
MaxWaitTimeOperator.build(Object[] objects) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Chain.getConditionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.setConditionList(List<Condition> conditionList) |
| Constructor and Description |
|---|
Chain(String chainName,
List<Condition> conditionList) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCondition
AbstractCondition,用于标记一个Chain为不可执行的抽象Chain
|
class |
AndOrCondition |
class |
CatchCondition
Catch Condition
|
class |
FinallyCondition
后置Condition
|
class |
ForCondition
循环次数Condition
|
class |
IfCondition
条件Condition
|
class |
IteratorCondition
迭代次数Condition
|
class |
LoopCondition
循环Condition的抽象类 主要继承对象有ForCondition和WhileCondition
|
class |
NotCondition |
class |
PreCondition
前置Condition
|
class |
RetryCondition |
class |
SwitchCondition
选择Condition
|
class |
ThenCondition
串行器
|
class |
TimeoutCondition
超时控制 Condition
|
class |
WhenCondition
并行器
|
class |
WhileCondition
循环条件Condition
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInstanceIdManageSpi.setNodesInstanceId(Condition condition,
Chain chain) |
void |
BaseNodeInstanceIdManageSpi.setNodesInstanceId(Condition condition,
Chain chain)
往condition里设置instanceId
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Slot.getCurrentCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.pushCondition(Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
ExecutorHelper.buildExecutorService(Condition condition,
Integer slotIndex,
ConditionTypeEnum type)
构建执行器服务
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorCondition |
ExecutorConditionBuilder.buildExecutorCondition(Condition condition,
Chain chain,
LiteflowConfig liteflowConfig,
ConditionTypeEnum type)
构建执行器条件
|
Copyright © 2025. All rights reserved.