Package | Description |
---|---|
org.apache.pulsar.client.api.schema |
Schema definitions for Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
Optional<SchemaWriter<T>> |
SchemaDefinition.getSchemaWriterOpt()
Get a configured schema writer.
|
Modifier and Type | Method and Description |
---|---|
SchemaDefinitionBuilder<T> |
SchemaDefinitionBuilder.withSchemaWriter(SchemaWriter<T> writer)
Set schema writer for serialization of objects.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.