public class EndStateRouter extends Object implements StateRouter, InterceptibleStateRouter
| 构造器和说明 |
|---|
EndStateRouter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 InterceptibleStateRouterpublic void setInterceptors(List<StateRouterInterceptor> interceptors)
Copyright © 2019 Seata. All rights reserved.