推送消息接口. @author itning @since 2021/3/22 16:36
| 10 | * @since 2021/3/22 16:36 |
| 11 | */ |
| 12 | @FunctionalInterface |
| 13 | public interface Push { |
| 14 | /** |
| 15 | * 发起推送 |
| 16 | * |
| 17 | * @param metaInfo 元信息 |
| 18 | * @param content 推送内容 |
| 19 | * @return 推送结果 |
| 20 | */ |
| 21 | PushResult doPush(PushMetaInfo metaInfo, String content); |
| 22 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…