Interface MessageProcessorServer
- All Known Implementing Classes:
CustomMessageProcessorServer
,DefaultMessageProcessorServer
public interface MessageProcessorServer
- Author:
- luna
-
Method Summary
Modifier and TypeMethodDescriptionvoid
keepLiveDevice
(DeviceKeepLiveNotify deviceKeepLiveNotify) 更新设备心跳信息void
updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) 更新报警信息void
updateDeviceInfo
(String userId, DeviceInfo deviceInfo) 更新设备信息void
updateDeviceRecord
(String userId, DeviceRecord deviceRecord) 更新设备录像void
updateDeviceResponse
(String userId, DeviceResponse deviceResponse) 更新设备通道void
updateMediaStatus
(MediaStatusNotify mediaStatusNotify) 更新媒体状态void
updateMobilePosition
(MobilePositionNotify mobilePositionNotify) 更新位置信息void
updateRemoteAddress
(String userId, RemoteAddressInfo remoteAddressInfo) 更新设备地址信息
-
Method Details
-
keepLiveDevice
更新设备心跳信息- Parameters:
deviceKeepLiveNotify
-
-
updateRemoteAddress
更新设备地址信息- Parameters:
userId
-remoteAddressInfo
-
-
updateDeviceAlarm
更新报警信息- Parameters:
deviceAlarmNotify
-
-
updateMobilePosition
更新位置信息- Parameters:
mobilePositionNotify
-
-
updateMediaStatus
更新媒体状态- Parameters:
mediaStatusNotify
-
-
updateDeviceRecord
更新设备录像- Parameters:
userId
-deviceRecord
-
-
updateDeviceResponse
更新设备通道- Parameters:
userId
-deviceResponse
-
-
updateDeviceInfo
更新设备信息- Parameters:
userId
-deviceInfo
-
-