| 程序包 | 说明 |
|---|---|
| cn.fyupeng.protocol | |
| cn.fyupeng.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> RpcResponse |
RpcResponse.failure(String message,
String requestId) |
static <T> RpcResponse |
RpcResponse.failure(String message,
String requestId) |
static <T> RpcResponse |
RpcResponse.success(String requestId,
String checkCode) |
static <T> RpcResponse |
RpcResponse.success(String requestId,
String checkCode) |
static <T> RpcResponse |
RpcResponse.success(T data,
String requestId,
String checkCode) |
static <T> RpcResponse |
RpcResponse.success(T data,
String requestId,
String checkCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RpcMessageChecker.check(RpcRequest rpcRequest,
RpcResponse rpcResponse) |
static void |
RpcMessageChecker.check(RpcRequest rpcRequest,
RpcResponse rpcResponse) |
Copyright © 2022. All rights reserved.