@Preview(value="3.1") public class SimpleFlowDriver extends AbstractFlowDriver implements FlowDriver
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleFlowDriver.Builder |
| Constructor and Description |
|---|
SimpleFlowDriver() |
SimpleFlowDriver(Container container) |
SimpleFlowDriver(Evaluation evaluation) |
SimpleFlowDriver(Evaluation evaluation,
Container container) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFlowDriver.Builder |
builder() |
void |
handleTask(FlowExchanger exchanger,
Task task)
处理任务
|
getContainer, getDepthMeta, getEvaluation, handleCondition, handleConditionDo, handleTaskDo, isChain, isComponent, onNodeEnd, onNodeStart, postHandleTask, tryAsChainTask, tryAsComponentTask, tryAsScriptCondition, tryAsScriptTaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleCondition, onNodeEnd, onNodeStart, postHandleTaskpublic SimpleFlowDriver()
public SimpleFlowDriver(Evaluation evaluation)
public SimpleFlowDriver(Container container)
public SimpleFlowDriver(Evaluation evaluation, Container container)
public void handleTask(FlowExchanger exchanger, Task task) throws Throwable
handleTask in interface FlowDriverexchanger - 流交换器task - 任务Throwablepublic static SimpleFlowDriver.Builder builder()
Copyright © 2025. All rights reserved.