public interface SendMessageHandler<T extends NotifyRequest,R extends NotifyRequest>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getType()
Get type.
|
void |
sendAlarmMessage(NotifyConfigDTO notifyConfig,
T alarmNotifyRequest)
Send alarm message.
|
void |
sendChangeMessage(NotifyConfigDTO notifyConfig,
R changeParameterNotifyRequest)
Send change message.
|
String getType()
void sendAlarmMessage(NotifyConfigDTO notifyConfig, T alarmNotifyRequest)
notifyConfig - alarmNotifyRequest - void sendChangeMessage(NotifyConfigDTO notifyConfig, R changeParameterNotifyRequest)
notifyConfig - changeParameterNotifyRequest - Copyright © 2022. All rights reserved.