
top.javatool.canal.client.handler.RowDataHandler Maven / Gradle / Ivy
The newest version!
package top.javatool.canal.client.handler;
import com.alibaba.otter.canal.protocol.CanalEntry;
/**
* @author yang peng
* @date 2019/3/2917:20
*/
public interface RowDataHandler {
void handlerRowData(T t, EntryHandler entryHandler, CanalEntry.EventType eventType) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy