MCPcopy Create free account
hub / github.com/OreosLab/bili / Push

Interface Push

src/main/java/top/misec/push/Push.java:12–22  ·  view source on GitHub ↗

推送消息接口. @author itning @since 2021/3/22 16:36

Source from the content-addressed store, hash-verified

10 * @since 2021/3/22 16:36
11 */
12@FunctionalInterface
13public interface Push {
14 /**
15 * 发起推送
16 *
17 * @param metaInfo 元信息
18 * @param content 推送内容
19 * @return 推送结果
20 */
21 PushResult doPush(PushMetaInfo metaInfo, String content);
22}

Callers 8

testDingTalkPushMethod · 0.65
testPushPlusPushMethod · 0.65
testServerChanPushMethod · 0.65
testTelegramPushMethod · 0.65
testWeComPushMethod · 0.65

Implementers 1

AbstractPushsrc/main/java/top/misec/push/AbstractP

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…