Uses of Interface
org.apache.pulsar.client.api.schema.GenericRecord
Packages that use GenericRecord
Package
Description
Pulsar Client API.
Schema definitions for Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
Uses of GenericRecord in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return types with arguments of type GenericRecordModifier and TypeMethodDescriptionstatic Schema<GenericRecord>
Schema.AUTO()
Deprecated.static Schema<GenericRecord>
Schema.AUTO_CONSUME()
Create a schema instance that automatically deserialize messages based on the current topic schema.static GenericSchema<GenericRecord>
Schema.generic
(SchemaInfo schemaInfo) Returns a generic schema of existing schema info. -
Uses of GenericRecord in org.apache.pulsar.client.api.schema
Classes in org.apache.pulsar.client.api.schema with type parameters of type GenericRecordModifier and TypeInterfaceDescriptioninterface
GenericSchema<T extends GenericRecord>
A schema that serializes and deserializes betweenGenericRecord
and bytes.Methods in org.apache.pulsar.client.api.schema that return GenericRecord -
Uses of GenericRecord in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return types with arguments of type GenericRecordModifier and TypeMethodDescriptionPulsarClientImplementationBinding.getGenericSchema
(SchemaInfo schemaInfo) PulsarClientImplementationBinding.newAutoConsumeSchema()