| Package | Description |
|---|---|
| org.aoju.bus.notify | |
| org.aoju.bus.notify.provider | |
| org.aoju.bus.notify.provider.aliyun | |
| org.aoju.bus.notify.provider.dingtalk | |
| org.aoju.bus.notify.provider.netease |
| Modifier and Type | Method and Description |
|---|---|
Message |
Provider.send(String templateId,
Map<String,String> context)
指定模版ID进行发送.
|
Message |
Provider.send(T template)
指定模版
Template并发送. |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbstractProvider.send(String templateId,
Map<String,String> context) |
Message |
AbstractProvider.send(T template) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
AliyunProvider.checkResponse(String response) |
Message |
AliyunSmsProvider.send(AliyunSmsTemplate template) |
Message |
AliyunVmsProvider.send(AliyunVmsTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
Message |
DingTalkProvider.send(DingTalkTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
Message |
NeteaseProvider.post(String routerUrl,
Map<String,Object> map) |
Message |
NeteaseSendProvider.send(NeteaseTemplate template) |
Message |
NeteaseAttachProvider.send(NeteaseTemplate template) |
Copyright © 2020. All rights reserved.