Packages

c

com.github.scoquelin.kafka.serializers.protobuf

KafkaScalaPBDeserializer

class KafkaScalaPBDeserializer[ScalaPB <: GeneratedMessage, JavaPB <: Message] extends AbstractKafkaProtobufDeserializer[JavaPB] with Deserializer[ScalaPB]

Linear Supertypes
Deserializer[ScalaPB], Closeable, AutoCloseable, AbstractKafkaProtobufDeserializer[JavaPB], AbstractKafkaSchemaSerDe, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaScalaPBDeserializer
  2. Deserializer
  3. Closeable
  4. AutoCloseable
  5. AbstractKafkaProtobufDeserializer
  6. AbstractKafkaSchemaSerDe
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaScalaPBDeserializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient, props: Map[String, _], classType: Class[JavaPB])
  2. new KafkaScalaPBDeserializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient)
  3. new KafkaScalaPBDeserializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB])
  4. new KafkaScalaPBDeserializer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def close(): Unit
    Definition Classes
    Deserializer → Closeable → AutoCloseable
  7. var companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB]
  8. def configure(configs: Map[String, _], isKey: Boolean): Unit
    Definition Classes
    KafkaScalaPBDeserializer → Deserializer
  9. def configure(arg0: KafkaProtobufDeserializerConfig, arg1: Class[JavaPB]): Unit
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
  10. def configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  11. def deserialize(s: String, bytes: Array[Byte]): ScalaPB
    Definition Classes
    KafkaScalaPBDeserializer → Deserializer
  12. def deserialize(arg0: String, arg1: Headers, arg2: Array[Byte]): ScalaPB
    Definition Classes
    Deserializer
  13. def deserialize(arg0: Boolean, arg1: String, arg2: Boolean, arg3: Array[Byte]): AnyRef
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
    Annotations
    @throws( ... ) @throws( ... )
  14. def deserialize(arg0: Array[Byte]): JavaPB
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
    Annotations
    @throws( ... ) @throws( ... )
  15. def deserializeWithSchemaAndVersion(arg0: String, arg1: Boolean, arg2: Array[Byte]): ProtobufSchemaAndValue
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
    Annotations
    @throws( ... )
  16. def deserializerConfig(arg0: kafka.utils.VerifiableProperties): KafkaProtobufDeserializerConfig
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
  17. def deserializerConfig(arg0: Map[String, _]): KafkaProtobufDeserializerConfig
    Attributes
    protected[io.confluent.kafka.serializers.protobuf]
    Definition Classes
    AbstractKafkaProtobufDeserializer
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getByteBuffer(arg0: Array[Byte]): ByteBuffer
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getOldSubjectName(arg0: Any): String
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  24. def getSchemaById(arg0: Int): ParsedSchema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  25. def getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  26. def getSubjectName(arg0: String, arg1: Boolean, arg2: Any, arg3: ParsedSchema): String
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. var kafkaProtobufDeserializer: KafkaProtobufDeserializer[JavaPB]
  31. def lookupLatestVersion(arg0: String, arg1: ParsedSchema, arg2: Boolean): ParsedSchema
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def register(arg0: String, arg1: ParsedSchema): Int
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def getById(arg0: Int): Schema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
    Deprecated
  2. def getBySubjectAndId(arg0: String, arg1: Int): Schema
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
    Deprecated
  3. def register(arg0: String, arg1: Schema): Int
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
    Deprecated

Inherited from Deserializer[ScalaPB]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AbstractKafkaProtobufDeserializer[JavaPB]

Inherited from AbstractKafkaSchemaSerDe

Inherited from AnyRef

Inherited from Any

Ungrouped