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

com.alibaba.otter.canal.parse.inbound.ParserExceptionHandler Maven / Gradle / Ivy

package com.alibaba.otter.canal.parse.inbound;

/**
 * @author chengjin.lyf on 2018/7/20 下午3:55
 * @since 1.0.25
 */
public interface ParserExceptionHandler {

    void handle(Throwable e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy