| Package | Description |
|---|---|
| org.apache.shenyu.plugin.api.result |
| Modifier and Type | Method and Description |
|---|---|
static DefaultShenyuEntity |
DefaultShenyuEntity.error(int code,
String msg)
return error .
|
DefaultShenyuEntity |
DefaultShenyuResult.error(int code,
String message,
Object object) |
static DefaultShenyuEntity |
DefaultShenyuEntity.error(int code,
String msg,
Object data)
return error .
|
static DefaultShenyuEntity |
DefaultShenyuEntity.error(String msg)
return error .
|
static DefaultShenyuEntity |
DefaultShenyuEntity.success()
return success.
|
DefaultShenyuEntity |
DefaultShenyuResult.success(int code,
String message,
Object object) |
static DefaultShenyuEntity |
DefaultShenyuEntity.success(int code,
String msg,
Object data)
Success shenyu web result.
|
static DefaultShenyuEntity |
DefaultShenyuEntity.success(Object data)
return success.
|
static DefaultShenyuEntity |
DefaultShenyuEntity.success(String msg)
return success.
|
static DefaultShenyuEntity |
DefaultShenyuEntity.success(String msg,
Object data)
return success.
|
static DefaultShenyuEntity |
DefaultShenyuEntity.timeout(String msg)
return timeout .
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.