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 a SourceSplit in the external system.
    • Method Detail

      • writeRecords

        void writeRecords​(List<T> records)
        Write records to the split of external system.