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