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

Method setSessionId

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Rpc.java:38–40  ·  view source on GitHub ↗
(long sessionId)

Source from the content-addressed store, hash-verified

36 }
37
38 public void setSessionId(long sessionId) {
39 this.sessionId = sessionId;
40 }
41
42 public @Nullable ProtocolHandle<Rpc<TArgument, TResult>> getResponseHandle() {
43 return responseHandle;

Callers 7

decodeMethod · 0.45
subscribeMethod · 0.45
unsubscribeMethod · 0.45
tryPushMessageMethod · 0.45
ProcessOpenMQRequestMethod · 0.45
sendOnlineRpcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected