@Preview(value="3.1") public class StatefulFlowEngine extends FlowEngineDefault
chainMap, driverMap, interceptorList| Constructor and Description |
|---|
StatefulFlowEngine(StatefulSimpleFlowDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
int |
getState(StatefulFlowContext context,
String chainId,
String nodeId)
获取状态
|
List<FlowStateRecord> |
getStateRecords(StatefulFlowContext context)
获取状态记录
|
void |
postState(StatefulFlowContext context,
String chainId,
String nodeId,
int state)
提交状态
|
addInterceptor, eval, eval, evalDo, getChain, getChains, load, register, unload, unregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteval, eval, eval, eval, load, newInstance, registerpublic StatefulFlowEngine(StatefulSimpleFlowDriver driver)
public int getState(StatefulFlowContext context, String chainId, String nodeId)
public List<FlowStateRecord> getStateRecords(StatefulFlowContext context)
public void postState(StatefulFlowContext context, String chainId, String nodeId, int state)
Copyright © 2025. All rights reserved.