File was renamed from src/main/java/com/genersoft/iot/vmp/service/impl/RedisPushStreamListMsgListener.java |
| | |
| | | import com.genersoft.iot.vmp.utils.DateUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.data.redis.connection.Message; |
| | | import org.springframework.data.redis.connection.MessageListener; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | * @Description: 接收redis发送的推流设备列表更新通知 |
| | | */ |
| | | @Component |
| | | public class RedisPushStreamListMsgListener implements MessageListener { |
| | | public class RedisPushStreamStatusListMsgListener implements MessageListener { |
| | | |
| | | private final static Logger logger = LoggerFactory.getLogger(RedisPushStreamListMsgListener.class); |
| | | private final static Logger logger = LoggerFactory.getLogger(RedisPushStreamStatusListMsgListener.class); |
| | | @Resource |
| | | private IMediaServerService mediaServerService; |
| | | |