update Socket pb to add businessType to split data

This commit is contained in:
zhongchao
2021-06-17 18:50:19 +08:00
parent 392c291277
commit 7389428f57
3 changed files with 2895 additions and 541 deletions

View File

@@ -30,20 +30,20 @@ PASSWORD=xintai2018
RELEASE=true
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.1.16
MOGO_UTILS_VERSION=1.1.18
# 网络请求
MOGO_NETWORK_VERSION=1.1.16
MOGO_NETWORK_VERSION=1.1.18
# 网络DNS
MOGO_HTTPDNS_VERSION=1.1.16
MOGO_HTTPDNS_VERSION=1.1.18
# 鉴权
MOGO_PASSPORT_VERSION=1.1.16
MOGO_PASSPORT_VERSION=1.1.18
# 常链接
MOGO_SOCKET_VERSION=1.1.16
MOGO_SOCKET_VERSION=1.1.18
# 数据采集
MOGO_REALTIME_VERSION=1.1.16
MOGO_REALTIME_VERSION=1.1.18
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.1.16
MOGO_TANLU_VERSION=1.1.18
# 直播推流
MOGO_LIVE_VERSION=1.1.16
MOGO_LIVE_VERSION=1.1.18
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.1.16
MOGO_TRAFFICLIVE_VERSION=1.1.18

View File

@@ -1,11 +1,8 @@
package com.mogo.realtime.spi;
import com.mogo.realtime.api.IRealTimeProvider;
import com.mogo.realtime.entity.DataCollectWrapper;
import com.mogo.realtime.entity.SocketReceiveDataProto3;
import java.util.List;
/**
* RealTime Provider SPI 单例对象
*/