| 类 | 说明 |
|---|---|
| AbstractTaskState |
The state of the execution task (abstract class), the specific task to be executed is determined by the subclass
|
| AbstractTaskState.ExceptionMatchImpl | |
| AbstractTaskState.LoopImpl | |
| AbstractTaskState.RetryImpl | |
| BaseState |
BaseState
|
| ChoiceStateImpl |
Single selection status
|
| ChoiceStateImpl.ChoiceImpl | |
| CompensateSubStateMachineStateImpl |
Used to compensate the state of the sub state machine, inherited from ServiceTaskState
|
| CompensationTriggerStateImpl |
Triggering the "compensation" process for the state machine
|
| FailEndStateImpl |
FailEndState
|
| LoopStartStateImpl |
Start the "loop" execution for the state with loop attribute
|
| ScriptTaskStateImpl |
A state used to execute script such as groovy
|
| ServiceTaskStateImpl |
A state used to invoke a service
|
| StateInstanceImpl |
state execution instance
|
| StateMachineImpl |
state machine
|
| StateMachineInstanceImpl |
state machine execution instance
|
| SubStateMachineImpl |
sub state machine
|
| SucceedEndStateImpl |
SucceedEndState
|
Copyright © 2022 Seata. All rights reserved.