public interface ShenyuResult<T>
| Modifier and Type | Method and Description |
|---|---|
T |
error(int code,
String message,
Object object)
Error t.
|
T |
success(int code,
String message,
Object object)
Success t.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.