| 程序包 | 说明 |
|---|---|
| cn.hippo4j.common.api | |
| cn.hippo4j.common.notify | |
| cn.hippo4j.common.notify.platform |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<NotifyConfigDTO>> |
NotifyConfigBuilder.buildNotify()
Build notify.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SendMessageHandler.sendAlarmMessage(NotifyConfigDTO notifyConfig,
T alarmNotifyRequest)
Send alarm message.
|
void |
SendMessageHandler.sendChangeMessage(NotifyConfigDTO notifyConfig,
R changeParameterNotifyRequest)
Send change message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HippoBaseSendMessageService.putPlatform(Map<String,List<NotifyConfigDTO>> notifyConfigs)
Put platform.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DingSendMessageHandler.sendAlarmMessage(NotifyConfigDTO notifyConfig,
AlarmNotifyRequest alarmNotifyRequest) |
void |
WeChatSendMessageHandler.sendAlarmMessage(NotifyConfigDTO notifyConfig,
AlarmNotifyRequest alarmNotifyRequest) |
void |
LarkSendMessageHandler.sendAlarmMessage(NotifyConfigDTO notifyConfig,
AlarmNotifyRequest alarmNotifyRequest) |
void |
DingSendMessageHandler.sendChangeMessage(NotifyConfigDTO notifyConfig,
ChangeParameterNotifyRequest changeParameterNotifyRequest) |
void |
WeChatSendMessageHandler.sendChangeMessage(NotifyConfigDTO notifyConfig,
ChangeParameterNotifyRequest changeParameterNotifyRequest) |
void |
LarkSendMessageHandler.sendChangeMessage(NotifyConfigDTO notifyConfig,
ChangeParameterNotifyRequest changeParameterNotifyRequest) |
Copyright © 2022. All rights reserved.