public class ServiceTaskStateHandler extends Object implements StateHandler, InterceptableStateHandler
| Constructor and Description |
|---|
ServiceTaskStateHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(StateHandlerInterceptor interceptor) |
List<StateHandlerInterceptor> |
getInterceptors() |
void |
process(ProcessContext context) |
void |
setInterceptors(List<StateHandlerInterceptor> interceptors) |
public void process(ProcessContext context) throws EngineExecutionException
process in interface StateHandlerEngineExecutionExceptionpublic List<StateHandlerInterceptor> getInterceptors()
getInterceptors in interface InterceptableStateHandlerpublic void addInterceptor(StateHandlerInterceptor interceptor)
addInterceptor in interface InterceptableStateHandlerpublic void setInterceptors(List<StateHandlerInterceptor> interceptors)
Copyright © 2023 Seata. All rights reserved.