| Package | Description |
|---|---|
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.repository |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateRepository<T extends StateRecord>
状态仓库
|
| Modifier and Type | Method and Description |
|---|---|
default StateRecord |
StateOperator.createRecord(FlowContext context,
Node node,
int nodeState)
创建状态记录
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStateRepository<T extends StateRecord>
内存状态仓库
|
class |
RedisStateRepository<T extends StateRecord>
Redis 状态仓库
|
Copyright © 2025. All rights reserved.