| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.controller |
| Modifier and Type | Method and Description |
|---|---|
static FlowContext |
FlowContext.of(String instanceId,
StateController stateController) |
static FlowContext |
FlowContext.of(String instanceId,
StateController stateController,
StateRepository stateRepository) |
| Constructor and Description |
|---|
StatefulFlowContext(String instanceId,
StateController stateController,
StateRepository stateRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActorStateController
参与者状态控制器
|
class |
BlockStateController
阻塞状态控制器
|
class |
NotBlockStateController
不阻塞(全自动前进)状态控制器
|
Copyright © 2025. All rights reserved.