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

com.evolutiongaming.kafka.journal.Headers.scala Maven / Gradle / Ivy

The newest version!
package com.evolutiongaming.kafka.journal

object Headers {

  val empty: Headers = Map.empty

  def apply(headers: (String, String)*): Headers = Map(headers: _ *)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy