| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver | |
| org.noear.solon.flow.intercept |
| Modifier and Type | Method and Description |
|---|---|
default void |
FlowEngine.register(ChainDriver driver)
注册默认链驱动器
|
void |
FlowEngine.register(String name,
ChainDriver driver)
注册链驱动器
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChainDriver
链驱动器基类(方便定制)
|
class |
MapChainDriver
Map 组件管理链驱动器
|
class |
SolonChainDriver
Solon 组件管理链驱动器
|
| Modifier and Type | Method and Description |
|---|---|
ChainDriver |
ChainInvocation.getDriver()
驱动器
|
| Constructor and Description |
|---|
ChainInvocation(ChainDriver driver,
ChainContext context,
Node startNode,
int evalDepth,
List<org.noear.solon.core.util.RankEntity<ChainInterceptor>> interceptorList,
org.noear.solon.core.util.ConsumerEx<ChainInvocation> handler) |
Copyright © 2025. All rights reserved.