| | |
| | | private String key; |
| | | |
| | | public MobilePositionSubscribeHandlerTask(IRedisCatchStorage redisCatchStorage, ISIPCommanderForPlatform sipCommanderForPlatform, IVideoManagerStorage storager, String platformId, String sn, String key, SubscribeHolder subscribeInfo) { |
| | | System.out.println("MobilePositionSubscribeHandlerTask 初始化"); |
| | | this.redisCatchStorage = redisCatchStorage; |
| | | this.storager = storager; |
| | | this.platform = storager.queryParentPlatByServerGBId(platformId); |
| | |
| | | @Override |
| | | public void run() { |
| | | |
| | | logger.info("执行MobilePositionSubscribeHandlerTask"); |
| | | if (platform == null) return; |
| | | SubscribeInfo subscribe = subscribeHolder.getMobilePositionSubscribe(platform.getServerGBId()); |
| | | if (subscribe != null) { |
| | |
| | | } |
| | | } |
| | | } |
| | | logger.info("结束执行MobilePositionSubscribeHandlerTask"); |
| | | } |
| | | |
| | | @Override |