Uses of Interface
org.apache.pulsar.client.api.schema.GenericRecord
-
Packages that use GenericRecord Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API.org.apache.pulsar.client.internal 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 GenericRecord Modifier and Type Method Description static 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 GenericRecord Modifier and Type Interface Description interfaceGenericSchema<T extends GenericRecord>A schema that serializes and deserializes betweenGenericRecordand bytes.Methods in org.apache.pulsar.client.api.schema that return GenericRecord Modifier and Type Method Description GenericRecordGenericRecordBuilder. build()Build a generic record. -
Uses of GenericRecord in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return types with arguments of type GenericRecord Modifier and Type Method Description static GenericSchema<GenericRecord>DefaultImplementation. getGenericSchema(SchemaInfo schemaInfo)static Schema<GenericRecord>DefaultImplementation. newAutoConsumeSchema()
-