| Package | Description |
|---|---|
| io.seata.core.model |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.build(T result) |
static <T> Result<T> |
Result.build(T result,
String errMsg) |
static <T> Result<T> |
Result.buildWithParams(T result,
String errMsg,
Object... args) |
static Result<Boolean> |
Result.ok() |
Copyright © 2023 Seata. All rights reserved.