Uses of Interface
org.apache.pulsar.client.api.schema.SchemaReader
-
Packages that use SchemaReader Package Description org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API. -
-
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 SchemaReader Modifier and Type Method Description java.util.Optional<SchemaReader<T>>
SchemaDefinition. getSchemaReaderOpt()
Get a configured schema reader.Methods in org.apache.pulsar.client.api.schema with parameters of type SchemaReader Modifier and Type Method Description SchemaDefinitionBuilder<T>
SchemaDefinitionBuilder. withSchemaReader(SchemaReader<T> reader)
Set schema reader for deserialization of object data.
-