| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateless |
| Modifier and Type | Method and Description |
|---|---|
AbstractFlowContext |
AbstractFlowContext.executor(ExecutorService executor)
配置异步执行器
|
AbstractFlowContext |
AbstractFlowContext.put(String key,
Object value)
推入
|
AbstractFlowContext |
AbstractFlowContext.putAll(Map<String,Object> model)
推入全部
|
AbstractFlowContext |
AbstractFlowContext.putIfAbsent(String key,
Object value)
推入
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulFlowContext
有状态的流上下文(兼容无状态)
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatelessFlowContext
无状态流上下文(不支持序列化)
|
Copyright © 2025. All rights reserved.