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

com.clougence.cloudcanal.sdk.api.CloudCanalProcessor Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.clougence.cloudcanal.sdk.api;

import java.util.List;

import com.clougence.cloudcanal.sdk.api.model.CustomProcessorContext;
import com.clougence.cloudcanal.sdk.api.model.CustomRecord;

/**
 * @author wanshao create time is 2021/8/18
 **/
public interface CloudCanalProcessor {

    List process(List customRecordList, CustomProcessorContext customProcessorContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy