@Preview(value="3.0")
public interface FlowDriver
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleCondition(FlowExchanger exchanger,
Condition condition)
处理条件检测
|
default void |
handleTask(FlowExchanger exchanger,
Task task)
处理执行任务
|
void |
onNodeEnd(FlowExchanger exchanger,
Node node)
节点运行结束时
|
void |
onNodeStart(FlowExchanger exchanger,
Node node)
节点运行开始时
|
void |
postHandleTask(FlowExchanger exchanger,
Task task)
提交处理任务
|
void onNodeStart(FlowExchanger exchanger, Node node)
void onNodeEnd(FlowExchanger exchanger, Node node)
boolean handleCondition(FlowExchanger exchanger, Condition condition) throws Throwable
Throwabledefault void handleTask(FlowExchanger exchanger, Task task) throws Throwable
Throwablevoid postHandleTask(FlowExchanger exchanger, Task task) throws Throwable
ThrowableCopyright © 2025. All rights reserved.