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

com.datamountaineer.streamreactor.connect.sink.DbWriter.scala Maven / Gradle / Ivy

package com.datamountaineer.streamreactor.connect.sink

import org.apache.kafka.connect.sink.SinkRecord


/**
  * Defines the construct for inserting a new row for the connect sink record
  */
trait DbWriter extends AutoCloseable {
  def write(records: Seq[SinkRecord]): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy