All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dts.subscribe.clients.check.CheckManager Maven / Gradle / Ivy

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