public interface StateRouterInterceptor
StateRouter| 限定符和类型 | 方法和说明 |
|---|---|
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
|
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 - EngineExecutionExceptionboolean match(Class<? extends InterceptableStateRouter> clazz)
Copyright © 2022 Seata. All rights reserved.