public class EndStateRouter extends Object implements StateRouter, InterceptableStateRouter
| Constructor and Description |
|---|
EndStateRouter() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface StateRouterEngineExecutionExceptionpublic List<StateRouterInterceptor> getInterceptors()
getInterceptors in interface InterceptableStateRouterpublic void addInterceptor(StateRouterInterceptor interceptor)
addInterceptor in interface InterceptableStateRouterpublic void setInterceptors(List<StateRouterInterceptor> interceptors)
Copyright © 2023 Seata. All rights reserved.