MCPcopy Create free account
hub / github.com/e2wugui/zeze / SendReturnVoid

Method SendReturnVoid

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Rpc.java:174–177  ·  view source on GitHub ↗

不管发送是否成功,总是建立RpcContext。 连接(so)可以为null,此时Rpc请求将在Timeout后回调。

(@NotNull Service service, @Nullable AsyncSocket so,
									 @Nullable ProtocolHandle<Rpc<TArgument, TResult>> responseHandle)

Source from the content-addressed store, hash-verified

172 * 连接(so)可以为null,此时Rpc请求将在Timeout后回调。
173 */
174 public final void SendReturnVoid(@NotNull Service service, @Nullable AsyncSocket so,
175 @Nullable ProtocolHandle<Rpc<TArgument, TResult>> responseHandle) {
176 SendReturnVoid(service, so, responseHandle, 5000);
177 }
178
179 public final void SendReturnVoid(@NotNull Service service, @Nullable AsyncSocket so,
180 @Nullable ProtocolHandle<Rpc<TArgument, TResult>> responseHandle,

Callers

nothing calls this directly

Calls 4

scheduleMethod · 0.95
addRpcContextMethod · 0.80
getServiceMethod · 0.45
SendMethod · 0.45

Tested by

no test coverage detected