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

net.neoremind.fountain.BinlogSyncer Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * Binlog同步器
 *
 * @author zhangxu
 */
public interface BinlogSyncer {

    /**
     * 开启同步
     */
    void start();

    /**
     * 停止并销毁
     */
    void stop();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy