| Package | Description |
|---|---|
| io.seata.saga.engine | |
| io.seata.saga.engine.impl | |
| io.seata.saga.engine.repo.impl | |
| io.seata.saga.engine.store.db |
| Modifier and Type | Method and Description |
|---|---|
StateLogStore |
StateMachineConfig.getStateLogStore()
Gets get state log store.
|
| Modifier and Type | Method and Description |
|---|---|
StateLogStore |
DefaultStateMachineConfig.getStateLogStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStateMachineConfig.setStateLogStore(StateLogStore stateLogStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogRepositoryImpl.setStateLogStore(StateLogStore stateLogStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbAndReportTcStateLogStore
State machine logs and definitions persist to database and report status to TC (Transaction Coordinator)
|
Copyright © 2023 Seata. All rights reserved.