public class EndStateRouter extends Object implements StateRouter, InterceptableStateRouter
| 构造器和说明 |
|---|
EndStateRouter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addInterceptor(StateRouterInterceptor interceptor) |
List<StateRouterInterceptor> |
getInterceptors() |
Instruction |
route(ProcessContext context,
State state) |
void |
setInterceptors(List<StateRouterInterceptor> interceptors) |
public Instruction route(ProcessContext context, State state) throws EngineExecutionException
route 在接口中 StateRouterEngineExecutionExceptionpublic List<StateRouterInterceptor> getInterceptors()
getInterceptors 在接口中 InterceptableStateRouterpublic void addInterceptor(StateRouterInterceptor interceptor)
addInterceptor 在接口中 InterceptableStateRouterpublic void setInterceptors(List<StateRouterInterceptor> interceptors)
Copyright © 2020 Seata. All rights reserved.