Package cn.thinkingdata.analytics
Class DebugConsumer
- java.lang.Object
-
- cn.thinkingdata.analytics.TDDebugConsumer
-
- cn.thinkingdata.analytics.DebugConsumer
-
- All Implemented Interfaces:
ITDConsumer
@Deprecated public class DebugConsumer extends TDDebugConsumer
Deprecated.please use TDDebugConsumer instead
-
-
Constructor Summary
Constructors Constructor Description DebugConsumer(String serverUrl, String appId)Deprecated.DebugConsumer(String serverUrl, String appId, boolean writeData)Deprecated.DebugConsumer(String serverUrl, String appId, boolean writeData, String deviceId)Deprecated.DebugConsumer(String serverUrl, String appId, String deviceId)Deprecated.
-
-
-
Constructor Detail
-
DebugConsumer
public DebugConsumer(String serverUrl, String appId) throws URISyntaxException
Deprecated.- Throws:
URISyntaxException
-
DebugConsumer
public DebugConsumer(String serverUrl, String appId, String deviceId) throws URISyntaxException
Deprecated.- Throws:
URISyntaxException
-
DebugConsumer
public DebugConsumer(String serverUrl, String appId, boolean writeData) throws URISyntaxException
Deprecated.- Throws:
URISyntaxException
-
DebugConsumer
public DebugConsumer(String serverUrl, String appId, boolean writeData, String deviceId) throws URISyntaxException
Deprecated.- Throws:
URISyntaxException
-
-