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

@@ -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 单例对象
*/