Uses of Class
io.confluent.kafka.serializers.protobuf.ProtobufSchemaAndValue
Packages that use ProtobufSchemaAndValue
-
Uses of ProtobufSchemaAndValue in io.confluent.kafka.serializers.protobuf
Methods in io.confluent.kafka.serializers.protobuf that return ProtobufSchemaAndValueModifier and TypeMethodDescriptionKafkaProtobufDeserializer.deserializeWithSchema(String topic, org.apache.kafka.common.header.Headers headers, byte[] bytes) KafkaProtobufDeserializer.deserializeWithSchema(String topic, org.apache.kafka.common.header.Headers headers, byte[] bytes, Function<ParsedSchema, ParsedSchema> writerToReaderSchemaFunc) protected ProtobufSchemaAndValueAbstractKafkaProtobufDeserializer.deserializeWithSchemaAndVersion(String topic, boolean isKey, org.apache.kafka.common.header.Headers headers, byte[] payload) protected ProtobufSchemaAndValueAbstractKafkaProtobufDeserializer.deserializeWithSchemaAndVersion(String topic, boolean isKey, org.apache.kafka.common.header.Headers headers, byte[] payload, Function<ParsedSchema, ParsedSchema> writerToReaderSchemaFunc)