【功能新增】IoT: 新增 Redis Stream MQ 数据桥梁实现

This commit is contained in:
puhui999
2025-03-01 17:43:46 +08:00
parent 7b449b81e7
commit cb16539b66
7 changed files with 189 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ public enum IotDataBridgTypeEnum implements ArrayValuable<Integer> {
MQTT(10),
DATABASE(20),
REDIS(21),
REDIS_STREAM(21),
ROCKETMQ(30),
RABBITMQ(31),