| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver | |
| org.noear.solon.flow.intercept | |
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.driver |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FlowDriver> |
FlowEngineDefault.driverMap |
| Modifier and Type | Method and Description |
|---|---|
default void |
FlowEngine.register(FlowDriver driver)
注册默认链驱动器
|
void |
FlowEngineDefault.register(String name,
FlowDriver driver) |
void |
FlowEngine.register(String name,
FlowDriver driver)
注册链驱动器
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowDriver
流驱动器基类(方便定制)
|
class |
SimpleFlowDriver
简单流驱动器
|
| Modifier and Type | Method and Description |
|---|---|
FlowDriver |
ChainInvocation.getDriver()
驱动器
|
| Constructor and Description |
|---|
ChainInvocation(FlowDriver driver,
FlowContext context,
Node startNode,
int evalDepth,
List<org.noear.solon.core.util.RankEntity<ChainInterceptor>> interceptorList,
ChainInterceptor lastInterceptor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulFlowDriver
有状态的流驱动器
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulFlowEngineDefault.register(String name,
FlowDriver driver) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulSimpleFlowDriver
有状态的简单流驱动器
|
Copyright © 2025. All rights reserved.