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

top.javatool.canal.client.handler.EntryHandler Maven / Gradle / Ivy

The newest version!
package top.javatool.canal.client.handler;

/**
 * @author yang peng
 * @date 2019/3/2915:46
 */
public interface EntryHandler {



    default void insert(T t) {

    }


    default void update(T before, T after) {

    }


    default void delete(T t) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy