public class StateMachineProcessRouter extends Object implements ProcessRouter
ProcessRouter| Constructor and Description |
|---|
StateMachineProcessRouter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StateRouter> |
getStateRouters() |
void |
initDefaultStateRouters() |
Instruction |
route(ProcessContext context)
route
|
void |
setStateRouters(Map<String,StateRouter> stateRouters) |
public Instruction route(ProcessContext context) throws FrameworkException
ProcessRouterroute in interface ProcessRoutercontext - the process contextFrameworkException - the framework exceptionpublic void initDefaultStateRouters()
public Map<String,StateRouter> getStateRouters()
public void setStateRouters(Map<String,StateRouter> stateRouters)
Copyright © 2023 Seata. All rights reserved.