@LoadLevel(name="LoopTask", order=90) public class LoopTaskHandlerInterceptor extends Object implements StateHandlerInterceptor
| Constructor and Description |
|---|
LoopTaskHandlerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Class<? extends InterceptableStateHandler> clazz) |
void |
postProcess(ProcessContext context,
Exception e) |
void |
preProcess(ProcessContext context) |
public boolean match(Class<? extends InterceptableStateHandler> clazz)
match in interface StateHandlerInterceptorpublic void preProcess(ProcessContext context) throws EngineExecutionException
preProcess in interface StateHandlerInterceptorEngineExecutionExceptionpublic void postProcess(ProcessContext context, Exception e) throws EngineExecutionException
postProcess in interface StateHandlerInterceptorEngineExecutionExceptionCopyright © 2023 Seata. All rights reserved.