@LoadLevel(name="EndState", order=100) public class EndStateRouterInterceptor extends Object implements StateRouterInterceptor
| 构造器和说明 |
|---|
EndStateRouterInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 StateRouterInterceptorEngineExecutionExceptionpublic void postRoute(ProcessContext context, State state, Instruction instruction, Exception e) throws EngineExecutionException
StateRouterInterceptorpostRoute 在接口中 StateRouterInterceptorEngineExecutionExceptionpublic boolean match(Class<? extends InterceptableStateRouter> clazz)
match 在接口中 StateRouterInterceptorCopyright © 2020 Seata. All rights reserved.