@param sender 查询发起者,结果发送给他 @param target 查询目标角色 @return 按普通事务处理过程返回值处理
(long sender, long target, @Nullable Binary parameter)
| 237 | * @return 按普通事务处理过程返回值处理 |
| 238 | */ |
| 239 | long call(long sender, long target, @Nullable Binary parameter) throws Exception; |
| 240 | } |
| 241 | |
| 242 | protected static @NotNull Online create(@NotNull AppBase app) { |
no outgoing calls
no test coverage detected