Uses of Interface
org.apache.pulsar.client.api.schema.FieldSchemaBuilder
-
Packages that use FieldSchemaBuilder Package Description org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API. -
-
Uses of FieldSchemaBuilder in org.apache.pulsar.client.api.schema
Classes in org.apache.pulsar.client.api.schema with type parameters of type FieldSchemaBuilder Modifier and Type Interface Description interface
FieldSchemaBuilder<T extends FieldSchemaBuilder<T>>
Build a field for a record.Methods in org.apache.pulsar.client.api.schema that return FieldSchemaBuilder Modifier and Type Method Description FieldSchemaBuilder
RecordSchemaBuilder. field(java.lang.String fieldName)
Add a field with the given name to the record.FieldSchemaBuilder
RecordSchemaBuilder. field(java.lang.String fieldName, GenericSchema genericSchema)
Add a field with the given name and genericSchema to the record.
-