| Package | Description |
|---|---|
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.repository |
| Modifier and Type | Method and Description |
|---|---|
static StateType |
StateType.byOperation(Operation op)
根据代码构建
|
static StateType |
StateType.codeOf(int code)
根据代码构建
|
StateType |
StatefulTask.getState()
状态
|
StateType |
StateRepository.stateGet(FlowContext context,
Node node)
状态获取
|
StateType |
StatefulFlowContext.stateGet(Node node) |
StateType |
StatefulSupporter.stateGet(Node node)
状态获取
|
static StateType |
StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowStatefulServiceDefault.forwardHandle(FlowDriver driver,
Node node,
FlowExchanger exchanger,
StateType newState)
前进处理
|
void |
StateRepository.statePut(FlowContext context,
Node node,
StateType state)
状态推入
|
void |
StatefulFlowContext.statePut(Node node,
StateType state) |
void |
StatefulSupporter.statePut(Node node,
StateType state)
状态推入
|
| Constructor and Description |
|---|
StatefulTask(FlowEngine flowEngine,
Node node,
StateType state) |
| Modifier and Type | Method and Description |
|---|---|
StateType |
InMemoryStateRepository.stateGet(FlowContext context,
Node node) |
StateType |
RedisStateRepository.stateGet(FlowContext context,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryStateRepository.statePut(FlowContext context,
Node node,
StateType state) |
void |
RedisStateRepository.statePut(FlowContext context,
Node node,
StateType state) |
Copyright © 2025. All rights reserved.