| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.intercept |
| Modifier and Type | Field and Description |
|---|---|
protected List<org.noear.solon.core.util.RankEntity<ChainInterceptor>> |
FlowEngineDefault.interceptorList |
| Modifier and Type | Method and Description |
|---|---|
default void |
FlowEngine.addInterceptor(ChainInterceptor interceptor)
添加拦截器
|
void |
FlowEngineDefault.addInterceptor(ChainInterceptor interceptor,
int index) |
void |
FlowEngine.addInterceptor(ChainInterceptor interceptor,
int index)
添加拦截器
|
void |
FlowEngineDefault.removeInterceptor(ChainInterceptor interceptor) |
void |
FlowEngine.removeInterceptor(ChainInterceptor interceptor)
移除拦截器
|
| Constructor and Description |
|---|
ChainInvocation(FlowDriver driver,
FlowExchanger exchanger,
Node startNode,
int evalDepth,
List<org.noear.solon.core.util.RankEntity<ChainInterceptor>> interceptorList,
Consumer<ChainInvocation> lastHandler) |
Copyright © 2025. All rights reserved.