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

Method transmit

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:1336–1339  ·  view source on GitHub ↗

转发查询请求给RoleId。 @param account 查询发起者,结果发送给他。 @param actionName 查询处理的实现 @param target 目标角色

(@NotNull String account, @NotNull String clientId, @NotNull String actionName,
						 @NotNull String target, @NotNull String targetClientId, @Nullable Serializable parameter)

Source from the content-addressed store, hash-verified

1334 * @param target 目标角色
1335 */
1336 public void transmit(@NotNull String account, @NotNull String clientId, @NotNull String actionName,
1337 @NotNull String target, @NotNull String targetClientId, @Nullable Serializable parameter) {
1338 transmit(account, clientId, actionName, List.of(new BLoginKey(target, targetClientId)), parameter);
1339 }
1340
1341 private void processTransmit(@NotNull String account, @NotNull String clientId, @NotNull String actionName,
1342 @NotNull Collection<BLoginKey> accounts, @Nullable Binary parameter) {

Callers 5

transmitWhileCommitMethod · 0.95
transmitWhileRollbackMethod · 0.95
scheduleOnlineMethod · 0.45
scheduleOnlineHotMethod · 0.45
cancelOnlineMethod · 0.45

Calls 6

encodeMethod · 0.95
runMethod · 0.95
transmitInProcedureMethod · 0.95
containsKeyMethod · 0.65
ofMethod · 0.45
newProcedureMethod · 0.45

Tested by

no test coverage detected