| 程序包 | 说明 |
|---|---|
| io.seata.console.controller | |
| io.seata.console.result |
| 限定符和类型 | 方法和说明 |
|---|---|
SingleResult<List> |
OverviewController.getData()
Gets data.
|
SingleResult<String> |
AuthController.login(javax.servlet.http.HttpServletResponse response,
User user)
Whether the Seata is in broken states or not, and cannot recover except by being restarted
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SingleResult<T> |
SingleResult.failure(Code errorCode) |
static <T> SingleResult<T> |
SingleResult.failure(String code,
String msg) |
static <T> SingleResult<T> |
SingleResult.success(T data) |
Copyright © 2022 Seata. All rights reserved.