package codec

Source
codec.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def kafkaArray[A](codec: Codec[A]): Codec[Vector[A]]

    encoded kafka array *

  2. val kafkaBrokerId: Codec[@@[Int, Broker]]
  3. val kafkaDate: Codec[Date]
  4. val kafkaError: Codec[Option[ErrorType.Value]]
  5. val kafkaOffset: Codec[@@[Long, Offset]]
  6. val kafkaOptionalString: Codec[Option[String]]

    kafka string that may signal None (null) by passing -1 to its size *

  7. val kafkaPartitionId: Codec[@@[Int, PartitionId]]
  8. val kafkaRequiredString: Codec[String]

    kafka string that must be present *

  9. val kafkaTopicName: Codec[@@[String, TopicName]]
  10. object FetchCodec

    Created by pach on 27/08/16.

  11. object GZipCompression
  12. object MessageCodec
  13. object MessageSetCodec

    Codec for kafka's set of messages.

    Codec for kafka's set of messages. Supports arbitrary nested compressed sets.

  14. object MetadataCodec
  15. object OffsetCodec

    Created by pach on 30/05/17.

  16. object ProduceCodec
  17. object SnappyCompression
  18. object StreamCompression

Inherited from AnyRef

Inherited from Any

Ungrouped