Package | Description |
---|---|
org.apache.pulsar.client.api.schema |
Schema definitions for Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
Optional<SchemaReader<T>> |
SchemaDefinition.getSchemaReaderOpt()
Get a configured schema reader.
|
Modifier and Type | Method and Description |
---|---|
SchemaDefinitionBuilder<T> |
SchemaDefinitionBuilder.withSchemaReader(SchemaReader<T> reader)
Set schema reader for deserialization of object data.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.