public class EndStateRouterInterceptor extends Object implements StateRouterInterceptor
| 构造器和说明 |
|---|
EndStateRouterInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 StateRouterInterceptorEngineExecutionExceptionCopyright © 2019 Seata. All rights reserved.