| Package | Description |
|---|---|
| io.seata.saga.engine.utils | |
| io.seata.saga.proctrl | |
| io.seata.saga.proctrl.handler | |
| io.seata.saga.proctrl.process.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessContextBuilder |
ProcessContextBuilder.withProcessType(ProcessType processType) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
ProcessType.getEnumByCode(String code)
get enum by code
|
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
DefaultRouterHandler.matchProcessType(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
CustomizeBusinessProcessor.matchProcessType(ProcessContext context) |
Copyright © 2023 Seata. All rights reserved.