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

Method sendOnlineRpc

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Online.java:956–959  ·  view source on GitHub ↗
(
			long roleId, @NotNull Rpc<A, R> rpc, ProtocolHandle<Rpc<A, R>> responseHandle)

Source from the content-addressed store, hash-verified

954
955 // 在指定Online上发送
956 public <A extends Serializable, R extends Serializable> void sendOnlineRpc(
957 long roleId, @NotNull Rpc<A, R> rpc, ProtocolHandle<Rpc<A, R>> responseHandle) {
958 sendOnlineRpc(roleId, rpc, responseHandle, 5000);
959 }
960
961 // 在指定Online上发送
962 public <A extends Serializable, R extends Serializable> boolean sendOnlineRpc(

Callers 3

sendOnlineRpcForWaitMethod · 0.95
sendRpcMethod · 0.80
invokeMethod · 0.80

Calls 12

sendDirectMethod · 0.95
removeRpcContextMethod · 0.80
setResponseHandleMethod · 0.80
addRpcContextMethod · 0.80
setTimeoutMethod · 0.80
getSessionIdMethod · 0.65
scheduleMethod · 0.65
getTypeIdMethod · 0.65
encodeMethod · 0.65
setSessionIdMethod · 0.45
setIsTimeoutMethod · 0.45
setRequestMethod · 0.45

Tested by

no test coverage detected