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

com.landoop.streamreactor.connect.hive.StructMapper.scala Maven / Gradle / Ivy

The newest version!
package com.landoop.streamreactor.connect.hive

import org.apache.kafka.connect.data.Struct

/**
  * Maps between an input record and an output record.
  */
trait StructMapper {
  def map(input: Struct): Struct
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy