public abstract class AbstractRobotSendMessageHandler extends Object implements SendMessageHandler<AlarmNotifyRequest,ChangeParameterNotifyRequest>
| 构造器和说明 |
|---|
AbstractRobotSendMessageHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract RobotMessageActualContent |
buildMessageActualContent()
Build message actual content.
|
protected abstract void |
execute(RobotMessageExecuteDTO robotMessageExecuteDTO)
Execute.
|
void |
sendAlarmMessage(NotifyConfigDTO notifyConfig,
AlarmNotifyRequest alarmNotifyRequest)
Send alarm message.
|
void |
sendChangeMessage(NotifyConfigDTO notifyConfig,
ChangeParameterNotifyRequest changeParameterNotifyRequest)
Send change message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeprotected abstract RobotMessageActualContent buildMessageActualContent()
protected abstract void execute(RobotMessageExecuteDTO robotMessageExecuteDTO)
robotMessageExecuteDTO - public void sendAlarmMessage(NotifyConfigDTO notifyConfig, AlarmNotifyRequest alarmNotifyRequest)
sendAlarmMessage 在接口中 SendMessageHandler<AlarmNotifyRequest,ChangeParameterNotifyRequest>notifyConfig - alarmNotifyRequest - public void sendChangeMessage(NotifyConfigDTO notifyConfig, ChangeParameterNotifyRequest changeParameterNotifyRequest)
sendChangeMessage 在接口中 SendMessageHandler<AlarmNotifyRequest,ChangeParameterNotifyRequest>notifyConfig - changeParameterNotifyRequest - Copyright © 2022. All rights reserved.