
com.aliyun.dts.subscribe.clients.DTSConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dts-new-subscribe-sdk Show documentation
Show all versions of dts-new-subscribe-sdk Show documentation
The Aliyun new Subscribe SDK for Java used for accessing Data Transmission Service
The newest version!
package com.aliyun.dts.subscribe.clients;
import com.aliyun.dts.subscribe.clients.common.RecordListener;
import java.util.Map;
public interface DTSConsumer {
void start();
void addRecordListeners(Map recordListeners);
boolean check();
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy