net.manub.embeddedkafka

avro

package avro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class KafkaAvroDecoder[T <: SpecificRecord] extends Decoder[T]

  2. class KafkaAvroDeserializer[T <: SpecificRecord] extends Deserializer[T] with NoOpConfiguration with NoOpClose

  3. class KafkaAvroEncoder[T <: SpecificRecord] extends Encoder[T]

  4. class KafkaAvroSerializer[T <: SpecificRecord] extends Serializer[T] with NoOpConfiguration with NoOpClose

  5. sealed trait NoOpClose extends AnyRef

  6. sealed trait NoOpConfiguration extends AnyRef

Value Members

  1. def specificAvroDecoder[T <: SpecificRecord](schema: Schema, props: VerifiableProperties = null): Decoder[T]

  2. def specificAvroDeserializer[T <: SpecificRecord](schema: Schema): Deserializer[T]

  3. implicit def specificAvroEncoder[T <: SpecificRecord]: Encoder[T]

  4. implicit def specificAvroSerializer[T <: SpecificRecord]: Serializer[T]

Inherited from AnyRef

Inherited from Any

Ungrouped