| Package | Description |
|---|---|
| io.seata.core.protocol |
| Modifier and Type | Field and Description |
|---|---|
protected ResultCode |
AbstractResultMessage.resultCode |
| Modifier and Type | Method and Description |
|---|---|
static ResultCode |
ResultCode.get(byte ordinal)
Get result code.
|
static ResultCode |
ResultCode.get(int ordinal)
Get result code.
|
ResultCode |
AbstractResultMessage.getResultCode()
Gets result code.
|
static ResultCode |
ResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCode[] |
ResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResultMessage.setResultCode(ResultCode resultCode)
Sets result code.
|
Copyright © 2023 Seata. All rights reserved.