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