| Package | Description |
|---|---|
| io.seata.saga.engine | |
| io.seata.saga.engine.store | |
| io.seata.saga.engine.store.impl | |
| io.seata.saga.proctrl | |
| io.seata.saga.proctrl.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncCallback.onError(ProcessContext context,
StateMachineInstance stateMachineInstance,
Exception exp)
Deprecated.
on error
|
void |
AsyncCallback.onFinished(ProcessContext context,
StateMachineInstance stateMachineInstance)
Deprecated.
on finished
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStore.clearUp(ProcessContext context)
Deprecated.
clear the LocalThread
|
void |
StateLogStore.recordStateFinished(StateInstance stateInstance,
ProcessContext context)
Deprecated.
Record state execution end event
|
void |
StateLogStore.recordStateMachineFinished(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record status end event
|
void |
StateLogStore.recordStateMachineRestarted(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record state machine restarted
|
void |
StateLogStore.recordStateMachineStarted(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record state machine startup events
|
void |
StateLogStore.recordStateStarted(StateInstance stateInstance,
ProcessContext context)
Deprecated.
Record state start execution event
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStoreImpl.clearUp(ProcessContext context) |
void |
StateLogStoreImpl.recordStateFinished(StateInstance stateInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateMachineFinished(StateMachineInstance machineInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateMachineRestarted(StateMachineInstance machineInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateMachineStarted(StateMachineInstance machineInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateStarted(StateInstance stateInstance,
ProcessContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HierarchicalProcessContext
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessContextImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
ProcessContextImpl.getParent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessContextImpl.setParent(ProcessContext parent)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.