|
|
@@ -1,25 +1,15 @@
|
|
|
package com.zd.laboratory.event;
|
|
|
|
|
|
-import cn.hutool.core.util.StrUtil;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.alibaba.fastjson.TypeReference;
|
|
|
import com.alibaba.fastjson.parser.Feature;
|
|
|
import com.zd.laboratory.domain.vo.LabDealyNotifyVo;
|
|
|
-import com.zd.laboratory.domain.vo.LabExitLineJoinPointVO;
|
|
|
-import com.zd.laboratory.event.handle.EventHandler;
|
|
|
import com.zd.model.constant.BaseConstants;
|
|
|
import org.springframework.data.redis.connection.Message;
|
|
|
import org.springframework.data.redis.listener.KeyExpirationEventMessageListener;
|
|
|
-import org.springframework.data.redis.listener.PatternTopic;
|
|
|
import org.springframework.data.redis.listener.RedisMessageListenerContainer;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
-import java.util.Optional;
|
|
|
-import java.util.Set;
|
|
|
-import java.util.function.Function;
|
|
|
-import java.util.stream.Collectors;
|
|
|
|
|
|
/**
|
|
|
* 当前由于没有消息中间件,所以只能暂时采用此种方式直接消费数据
|
|
|
@@ -33,8 +23,8 @@ import java.util.stream.Collectors;
|
|
|
*
|
|
|
*
|
|
|
*
|
|
|
- * @Author: zhoupan
|
|
|
- * @Date: 2021/10/20/11:19
|
|
|
+ * @Author: cyl
|
|
|
+ * @Date: 2023/3/15/11:19
|
|
|
* @Description:
|
|
|
*/
|
|
|
@Component
|