| Package | Description |
|---|---|
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.driver | |
| org.noear.solon.flow.stateful.repository |
| Modifier and Type | Method and Description |
|---|---|
StateRepository |
StatefulFlowDriver.getStateRepository()
获取状态仓库
|
| Modifier and Type | Method and Description |
|---|---|
StateRepository |
StatefulSimpleFlowDriver.getStateRepository()
获取状态仓库
|
| Modifier and Type | Method and Description |
|---|---|
StatefulSimpleFlowDriver.Builder |
StatefulSimpleFlowDriver.Builder.stateRepository(StateRepository stateRepository)
设置状态仓库
|
| Constructor and Description |
|---|
StatefulSimpleFlowDriver(StateRepository stateRepository,
StateController stateController,
Evaluation evaluation,
Container container) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStateRepository
内存状态仓库
|
class |
RedisStateRepository
Redis 状态仓库
|
Copyright © 2025. All rights reserved.