| Package | Description |
|---|---|
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.repository |
| Modifier and Type | Method and Description |
|---|---|
StateRepository |
StatefulFlowEngine.getRepository()
获取状态仓库
|
StateRepository |
StatefulSimpleFlowDriver.getStateRepository() |
| Modifier and Type | Method and Description |
|---|---|
StatefulSimpleFlowDriver.Builder |
StatefulSimpleFlowDriver.Builder.stateRepository(StateRepository stateRepository)
设置状态仓库
|
| Constructor and Description |
|---|
StatefulSimpleFlowDriver(StateRepository stateRepository,
StateOperator stateOperator,
Evaluation evaluation,
Container container) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStateRepository<T extends StateRecord>
内存状态仓库
|
class |
RedisStateRepository<T extends StateRecord>
Redis 状态仓库
|
Copyright © 2025. All rights reserved.