| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSchemaBuilder |
RecordSchemaBuilder.doc(String doc)
Add doc to the record schema.
|
RecordSchemaBuilder |
RecordSchemaBuilder.property(String name,
String val)
Attach val-name property pair to the record schema.
|
static RecordSchemaBuilder |
SchemaBuilder.record(String name)
Build the schema for a record.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSchemaBuilder |
PulsarClientImplementationBinding.newRecordSchemaBuilder(String name) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.