update Socket pb to add businessType to split data
This commit is contained in:
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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 单例对象
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user