@LoadLevel(name="EndState", order=100) public class EndStateRouterInterceptor extends Object implements StateRouterInterceptor
| Constructor and Description |
|---|
EndStateRouterInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Class<? extends InterceptableStateRouter> clazz) |
void |
postRoute(ProcessContext context,
State state,
Instruction instruction,
Exception e)
post route
|
void |
preRoute(ProcessContext context,
State state)
pre route
|
public void preRoute(ProcessContext context, State state) throws EngineExecutionException
StateRouterInterceptorpreRoute in interface StateRouterInterceptorEngineExecutionExceptionpublic void postRoute(ProcessContext context, State state, Instruction instruction, Exception e) throws EngineExecutionException
StateRouterInterceptorpostRoute in interface StateRouterInterceptorEngineExecutionExceptionpublic boolean match(Class<? extends InterceptableStateRouter> clazz)
match in interface StateRouterInterceptorCopyright © 2023 Seata. All rights reserved.