KeyOrValue

fs2.kafka.KeyOrValue
sealed trait KeyOrValue

Phantom types to indicate whether a Serializer/Deserializer if for keys, values, or both

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Key
trait Value
In this article