public interface StateRouterInterceptor
StateRouter| 限定符和类型 | 方法和说明 |
|---|---|
void |
postRoute(ProcessContext context,
State state,
Instruction instruction,
Exception e)
post route
|
void |
preRoute(ProcessContext context,
State state)
pre route
|
void preRoute(ProcessContext context, State state) throws EngineExecutionException
context - state - EngineExecutionExceptionvoid postRoute(ProcessContext context, State state, Instruction instruction, Exception e) throws EngineExecutionException
context - state - instruction - e - EngineExecutionExceptionCopyright © 2019 Seata. All rights reserved.