Uses of Interface
org.apache.pulsar.client.api.schema.SchemaReader
Packages that use SchemaReader
-
Uses of SchemaReader in org.apache.pulsar.client.api.schema
Methods in org.apache.pulsar.client.api.schema that return types with arguments of type SchemaReaderModifier and TypeMethodDescriptionSchemaDefinition.getSchemaReaderOpt()
Get a configured schema reader.Methods in org.apache.pulsar.client.api.schema with parameters of type SchemaReaderModifier and TypeMethodDescriptionSchemaDefinitionBuilder.withSchemaReader
(SchemaReader<T> reader) Set schema reader for deserialization of object data.