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

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

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

import java.time.Instant

final case class Setting(
  key: Setting.Key,
  value: Setting.Value,
  timestamp: Instant,
  origin: Option[Origin])

object Setting {
  type Key = String
  type Value = String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy