@FunctionalInterface public interface RpcClient extends Client<RpcRequest,RpcResponse>
RpcRequest to a remote Endpoint.| Modifier and Type | Method and Description |
|---|---|
RpcResponse |
execute(ClientRequestContext ctx,
RpcRequest req)
|
RpcResponse execute(ClientRequestContext ctx, RpcRequest req) throws Exception
Clientexecute in interface Client<RpcRequest,RpcResponse>Response to the specified RequestExceptionCopyright © 2020 LeanCloud. All rights reserved.