public class SubStateMachineHandler extends Object implements StateHandler, InterceptibleStateHandler
| 构造器和说明 |
|---|
SubStateMachineHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StateHandlerInterceptor> |
getInterceptors() |
void |
process(ProcessContext context) |
void |
setInterceptors(List<StateHandlerInterceptor> interceptors) |
public void process(ProcessContext context) throws EngineExecutionException
process 在接口中 StateHandlerEngineExecutionExceptionpublic List<StateHandlerInterceptor> getInterceptors()
getInterceptors 在接口中 InterceptibleStateHandlerpublic void setInterceptors(List<StateHandlerInterceptor> interceptors)
Copyright © 2019 Seata. All rights reserved.