Interface ExternalSystemSplitDataWriter<T>
-
- Type Parameters:
T- Type of writing records
- All Superinterfaces:
AutoCloseable
@Experimental public interface ExternalSystemSplitDataWriter<T> extends AutoCloseable
A data writer for writing records into aSourceSplitin the external system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteRecords(List<T> records)Write records to the split of external system.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-