| Package | Description |
|---|---|
| io.seata.saga.engine.pcext | |
| io.seata.saga.engine.pcext.interceptors | |
| io.seata.saga.engine.pcext.routers |
| Modifier and Type | Method and Description |
|---|---|
List<StateRouterInterceptor> |
InterceptableStateRouter.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptableStateRouter.addInterceptor(StateRouterInterceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndStateRouterInterceptor
EndStateRouter Interceptor
|
| Modifier and Type | Method and Description |
|---|---|
List<StateRouterInterceptor> |
EndStateRouter.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndStateRouter.addInterceptor(StateRouterInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndStateRouter.setInterceptors(List<StateRouterInterceptor> interceptors) |
Copyright © 2023 Seata. All rights reserved.