class KafkaScalaPBSerializer[ScalaPB <: GeneratedMessage, JavaPB <: Message] extends AbstractKafkaProtobufSerializer[JavaPB] with Serializer[ScalaPB]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KafkaScalaPBSerializer
- Serializer
- Closeable
- AutoCloseable
- AbstractKafkaProtobufSerializer
- AbstractKafkaSchemaSerDe
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient, props: Map[String, _])
- new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB], client: SchemaRegistryClient)
- new KafkaScalaPBSerializer(companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB])
- new KafkaScalaPBSerializer()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- Serializer → Closeable → AutoCloseable
- var companion: GeneratedMessageCompanion[ScalaPB] with JavaProtoSupport[ScalaPB, JavaPB]
-
def
configure(configs: Map[String, _], isKey: Boolean): Unit
- Definition Classes
- KafkaScalaPBSerializer → Serializer
-
def
configure(arg0: KafkaProtobufSerializerConfig): Unit
- Attributes
- protected[io.confluent.kafka.serializers.protobuf]
- Definition Classes
- AbstractKafkaProtobufSerializer
-
def
configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit
- Attributes
- protected[io.confluent.kafka.serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getByteBuffer(arg0: Array[Byte]): ByteBuffer
- Attributes
- protected[io.confluent.kafka.serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOldSubjectName(arg0: Any): String
- Attributes
- protected[io.confluent.kafka.serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
getSchemaById(arg0: Int): ParsedSchema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
getSubjectName(arg0: String, arg1: Boolean, arg2: Any, arg3: ParsedSchema): String
- Attributes
- protected[io.confluent.kafka.serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean
- Attributes
- protected[io.confluent.kafka.serializers]
- Definition Classes
- AbstractKafkaSchemaSerDe
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var kafkaProtobufSerializer: KafkaProtobufSerializer[JavaPB]
-
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( ... )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
register(arg0: String, arg1: ParsedSchema): Int
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
serialize(topic: String, record: ScalaPB): Array[Byte]
- Definition Classes
- KafkaScalaPBSerializer → Serializer
-
def
serialize(arg0: String, arg1: Headers, arg2: ScalaPB): Array[Byte]
- Definition Classes
- Serializer
-
def
serializeImpl(arg0: String, arg1: String, arg2: Boolean, arg3: JavaPB, arg4: ProtobufSchema): Array[Byte]
- Attributes
- protected[io.confluent.kafka.serializers.protobuf]
- Definition Classes
- AbstractKafkaProtobufSerializer
- Annotations
- @throws( ... ) @throws( ... )
-
def
serializerConfig(arg0: Map[String, _]): KafkaProtobufSerializerConfig
- Attributes
- protected[io.confluent.kafka.serializers.protobuf]
- Definition Classes
- AbstractKafkaProtobufSerializer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
getById(arg0: Int): Schema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
- Deprecated
-
def
getBySubjectAndId(arg0: String, arg1: Int): Schema
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
- Deprecated
-
def
register(arg0: String, arg1: Schema): Int
- Definition Classes
- AbstractKafkaSchemaSerDe
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... ) @Deprecated
- Deprecated