com.aliyun.dts.subscribe.clients.check.CheckManager 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.check;
public interface CheckManager {
void addCheckItem(SubscribeChecker subscribeChecker);
CheckResult check();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy