| Package | Description |
|---|---|
| io.seata.saga.engine.pcext | |
| io.seata.saga.engine.pcext.handlers | |
| io.seata.saga.engine.pcext.interceptors |
| Modifier and Type | Method and Description |
|---|---|
List<StateHandlerInterceptor> |
InterceptableStateHandler.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptableStateHandler.addInterceptor(StateHandlerInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
List<StateHandlerInterceptor> |
SubStateMachineHandler.getInterceptors() |
List<StateHandlerInterceptor> |
ServiceTaskStateHandler.getInterceptors() |
List<StateHandlerInterceptor> |
ScriptTaskStateHandler.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubStateMachineHandler.addInterceptor(StateHandlerInterceptor interceptor) |
void |
ServiceTaskStateHandler.addInterceptor(StateHandlerInterceptor interceptor) |
void |
ScriptTaskStateHandler.addInterceptor(StateHandlerInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubStateMachineHandler.setInterceptors(List<StateHandlerInterceptor> interceptors) |
void |
ServiceTaskStateHandler.setInterceptors(List<StateHandlerInterceptor> interceptors) |
void |
ScriptTaskStateHandler.setInterceptors(List<StateHandlerInterceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
InSagaBranchHandlerInterceptor
InSagaBranchHandler Interceptor
|
class |
LoopTaskHandlerInterceptor
State Interceptor For ServiceTask, SubStateMachine, ScriptTask With Loop Attribute
|
class |
ScriptTaskHandlerInterceptor
StateInterceptor for ScriptTask
|
class |
ServiceTaskHandlerInterceptor
StateInterceptor for ServiceTask, SubStateMachine, CompensateState
|
Copyright © 2023 Seata. All rights reserved.